Skip to content

Commit

Permalink
Fix usage string to match that given in the man page
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Chandler authored and Junio C Hamano committed Oct 4, 2006
1 parent 604cb21 commit 281e67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 281e67d

Please sign in to comment.