Merge branch 'ah/usage-strings'

* ah/usage-strings:
  standardize usage info string format
This commit is contained in:
Junio C Hamano
2015-02-11 13:44:19 -08:00
64 changed files with 108 additions and 104 deletions

2
git.c
View File

@ -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>]";