Skip to content

Commit 6567eed

Browse files
alshopovgitster
authored andcommitted
builtin/clone.c: trivial fix of message
bare in that context is an option, not purely an adjective Mark it properly Signed-off-by: Alexander Shopov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe7b515 commit 6567eed

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
@@ -115,7 +115,7 @@ static struct option builtin_clone_options[] = {
115115
OPT_HIDDEN_BOOL(0, "naked", &option_bare,
116116
N_("create a bare repository")),
117117
OPT_BOOL(0, "mirror", &option_mirror,
118-
N_("create a mirror repository (implies bare)")),
118+
N_("create a mirror repository (implies --bare)")),
119119
OPT_BOOL('l', "local", &option_local,
120120
N_("to clone from a local repository")),
121121
OPT_BOOL(0, "no-hardlinks", &option_no_hardlinks,

0 commit comments

Comments
 (0)