* [PATCH] Fix usage string to match that given in the man page
@ 2006-10-03 20:11 Alan Chandler
0 siblings, 0 replies; only message in thread
From: Alan Chandler @ 2006-10-03 20:11 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 813 bytes --]
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
[-- Attachment #2: [PATCH] Fix usage string to match that given in the man page --]
[-- Type: text/plain, Size: 625 bytes --]
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-03 20:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-03 20:11 [PATCH] Fix usage string to match that given in the man page Alan Chandler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox