From: Alan Chandler Date: Tue, 3 Oct 2006 20:11:25 +0000 (+0100) Subject: Fix usage string to match that given in the man page X-Git-Tag: v1.4.3-rc2~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=281e67d6fa8e523147792c17fbe6db03f13f72e1;p=git.git Fix usage string to match that given in the man page Still not managed to understand git-send-mail sufficiently well to not accidently miss of this list when I sending it to Junio Signed-off-by: Alan Chandler Signed-off-by: Junio C Hamano --- diff --git a/git.c b/git.c index ae80e7845..b8e8622af 100644 --- a/git.c +++ b/git.c @@ -16,7 +16,7 @@ #include "builtin.h" const char git_usage_string[] = - "git [--version] [--exec-path[=GIT_EXEC_PATH]] [--help] COMMAND [ ARGS ]"; + "git [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate] [--bare] [--git-dir=GIT_DIR] [--help] COMMAND [ARGS]"; static void prepend_to_path(const char *dir, int len) {