Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  git.c: make usage match manual page
  • Loading branch information
Junio C Hamano committed Mar 11, 2013
2 parents f1eba9f + 03a0fb0 commit ce432ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] =
Expand Down

0 comments on commit ce432ca

Please sign in to comment.