Skip to content

Commit 02ed245

Browse files
Fabrizio Chiarellogitster
authored andcommitted
builtin-clone: fix typo
Signed-off-by: Fabrizio Chiarello <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 264e0b9 commit 02ed245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-clone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static struct option builtin_clone_options[] = {
5858
OPT_STRING(0, "reference", &option_reference, "repo",
5959
"reference repository"),
6060
OPT_STRING('o', "origin", &option_origin, "branch",
61-
"use <branch> instead or 'origin' to track upstream"),
61+
"use <branch> instead of 'origin' to track upstream"),
6262
OPT_STRING('u', "upload-pack", &option_upload_pack, "path",
6363
"path to git-upload-pack on the remote"),
6464
OPT_STRING(0, "depth", &option_depth, "depth",

0 commit comments

Comments
 (0)