Skip to content

Commit 4170565

Browse files
committed
Merge branch 'bw/submodule-helper-usage-fix'
Typofix. * bw/submodule-helper-usage-fix: builtin/submodule--helper: fix usage string for 'update-clone'
2 parents 9728ab4 + cda0d49 commit 4170565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/submodule--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ static int update_clone(int argc, const char **argv, const char *prefix)
18741874
};
18751875

18761876
const char *const git_submodule_helper_usage[] = {
1877-
N_("git submodule--helper update_clone [--prefix=<path>] [<path>...]"),
1877+
N_("git submodule--helper update-clone [--prefix=<path>] [<path>...]"),
18781878
NULL
18791879
};
18801880
suc.prefix = prefix;

0 commit comments

Comments
 (0)