Skip to content

Commit ce432ca

Browse files
committed
Merge branch 'maint'
* maint: git.c: make usage match manual page
2 parents f1eba9f + 03a0fb0 commit ce432ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
#include "run-command.h"
77

88
const char git_usage_string[] =
9-
"git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
9+
"git [--version] [--help] [-c name=value]\n"
10+
" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
1011
" [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n"
1112
" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
12-
" [-c name=value] [--help]\n"
1313
" <command> [<args>]";
1414

1515
const char git_more_info_string[] =

0 commit comments

Comments
 (0)