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> --- git.c | 2 +- 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 "quote.h" #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) { -- 1.4.2.1 ------------------------------------------------------- -- Alan Chandler http://www.chandlerfamily.org.uk From: Alan Chandler <alan@chandlerfamily.org.uk> Signed-off-by: Alan Chandler <alan@chandlerfamily.org.uk> --- git.c | 2 +- 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 "quote.h" #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) { -- 1.4.2.1 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Oct 04 06:11:36 2006
This archive was generated by hypermail 2.1.8 : 2006-10-04 06:12:25 EST