diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2009-03-31 18:57:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-01 11:34:02 -0700 |
commit | 5bd27ebb18f2dd745d1226b59b9f863c63c15fb2 (patch) | |
tree | 23f82a4fa6643554cf9237c6ae5cec12bd70abbc /Documentation/git-clone.txt | |
parent | ba7906f2f4c332f814d270d2e16b0010516fc53e (diff) | |
download | git-5bd27ebb18f2dd745d1226b59b9f863c63c15fb2.tar.gz git-5bd27ebb18f2dd745d1226b59b9f863c63c15fb2.tar.xz |
Documentation: Remove an odd "instead"
Signed-off-by: Holger Weiß <holger@zedat.fu-berlin.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 0e14e732f..307f2521b 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -112,7 +112,7 @@ then the cloned repository will become corrupt. --origin <name>:: -o <name>:: Instead of using the remote name 'origin' to keep track - of the upstream repository, use <name> instead. + of the upstream repository, use <name>. --upload-pack <upload-pack>:: -u <upload-pack>:: |