Merge branch 'ah/usage-strings'
* ah/usage-strings: standardize usage info string format
This commit is contained in:
2
git.c
2
git.c
@ -6,7 +6,7 @@
|
||||
const char git_usage_string[] =
|
||||
"git [--version] [--help] [-C <path>] [-c name=value]\n"
|
||||
" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
|
||||
" [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n"
|
||||
" [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
|
||||
" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
|
||||
" <command> [<args>]";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user