1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-31 23:36:10 +02:00

Merge branch 'maint'

* maint:
  git.c: make usage match manual page
This commit is contained in:
Junio C Hamano 2013-03-11 13:00:16 -07:00
commit ce432cac30

4
git.c
View File

@ -6,10 +6,10 @@
#include "run-command.h"
const char git_usage_string[] =
"git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
"git [--version] [--help] [-c name=value]\n"
" [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
" [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n"
" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
" [-c name=value] [--help]\n"
" <command> [<args>]";
const char git_more_info_string[] =