summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorAlan Chandler <alan@chandlerfamily.org.uk>2006-10-03 20:11:25 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-10-04 06:58:38 (GMT)
commit281e67d6fa8e523147792c17fbe6db03f13f72e1 (patch)
treed64c4f17c5697e14117cb051d8895613b55bafbd /git.c
parent604cb211a9b5401b265d1c1ca3d57dad243e7260 (diff)
downloadgit-281e67d6fa8e523147792c17fbe6db03f13f72e1.zip
git-281e67d6fa8e523147792c17fbe6db03f13f72e1.tar.gz
git-281e67d6fa8e523147792c17fbe6db03f13f72e1.tar.bz2
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 <alan@chandlerfamily.org.uk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index ae80e78..b8e8622 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)
{