diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-12-21 12:02:39 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-12-21 12:02:44 -0800 |
| commit | e443bdfe1e8e1ef8b3665cfd1c1295bd73e13773 (patch) | |
| tree | fdea418b083f7185f08b51d04f49081fc1c58c54 /builtin/clone.c | |
| parent | 3daff7c31998faedbe0dd7e2b8651e351be40d64 (diff) | |
| parent | 2ce0edcd786b790fed580e7df56291619834d276 (diff) | |
| download | git-e443bdfe1e8e1ef8b3665cfd1c1295bd73e13773.tar.gz | |
Sync with v1.7.8.1
Diffstat (limited to 'builtin/clone.c')
| -rw-r--r-- | builtin/clone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/clone.c b/builtin/clone.c index efe8b6cce5..86db954730 100644 --- a/builtin/clone.c +++ b/builtin/clone.c @@ -84,8 +84,8 @@ static struct option builtin_clone_options[] = { "directory from which templates will be used"), OPT_CALLBACK(0 , "reference", &option_reference, "repo", "reference repository", &opt_parse_reference), - OPT_STRING('o', "origin", &option_origin, "branch", - "use <branch> instead of 'origin' to track upstream"), + OPT_STRING('o', "origin", &option_origin, "name", + "use <name> instead of 'origin' to track upstream"), OPT_STRING('b', "branch", &option_branch, "branch", "checkout <branch> instead of the remote's HEAD"), OPT_STRING('u', "upload-pack", &option_upload_pack, "path", |
