Skip to content

Commit

Permalink
builtin/clone.c: trivial fix of message
Browse files Browse the repository at this point in the history
bare in that context is an option, not purely an adjective
Mark it properly
  • Loading branch information
alshopov committed Feb 3, 2024
1 parent 7b2c352 commit 9d675e3
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 @@ -116,7 +116,7 @@ static struct option builtin_clone_options[] = {
OPT_HIDDEN_BOOL(0, "naked", &option_bare,
N_("create a bare repository")),
OPT_BOOL(0, "mirror", &option_mirror,
N_("create a mirror repository (implies bare)")),
N_("create a mirror repository (implies --bare)")),
OPT_BOOL('l', "local", &option_local,
N_("to clone from a local repository")),
OPT_BOOL(0, "no-hardlinks", &option_no_hardlinks,
Expand Down

0 comments on commit 9d675e3

Please sign in to comment.