From: Kevin Bracey Date: Mon, 11 Mar 2013 19:44:15 +0000 (+0200) Subject: git.c: make usage match manual page X-Git-Tag: v1.8.2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03a0fb0ccf48c831060c2243f830b6a12cd8fdf3;p=git git.c: make usage match manual page Reorder option list in command-line usage to match the manual page. Also make it less than 80-characters wide. Signed-off-by: Kevin Bracey Signed-off-by: Junio C Hamano --- diff --git a/git.c b/git.c index e484644897..c598dc6367 100644 --- a/git.c +++ b/git.c @@ -6,10 +6,10 @@ #include "run-command.h" const char git_usage_string[] = - "git [--version] [--exec-path[=]] [--html-path] [--man-path] [--info-path]\n" + "git [--version] [--help] [-c name=value]\n" + " [--exec-path[=]] [--html-path] [--man-path] [--info-path]\n" " [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n" " [--git-dir=] [--work-tree=] [--namespace=]\n" - " [-c name=value] [--help]\n" " []"; const char git_more_info_string[] =