Skip to content

Commit

Permalink
builtin-clone: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Chiarello <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Fabrizio Chiarello authored and gitster committed Sep 20, 2008
1 parent 264e0b9 commit 02ed245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-clone.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static struct option builtin_clone_options[] = {
OPT_STRING(0, "reference", &option_reference, "repo",
"reference repository"),
OPT_STRING('o', "origin", &option_origin, "branch",
"use <branch> instead or 'origin' to track upstream"),
"use <branch> instead of 'origin' to track upstream"),
OPT_STRING('u', "upload-pack", &option_upload_pack, "path",
"path to git-upload-pack on the remote"),
OPT_STRING(0, "depth", &option_depth, "depth",
Expand Down

0 comments on commit 02ed245

Please sign in to comment.