Git development
 help / color / mirror / Atom feed
From: Alan Chandler <alan@chandlerfamily.org.uk>
To: git@vger.kernel.org
Subject: [PATCH] Fix usage string to match that given in the man page
Date: Tue, 3 Oct 2006 21:11:25 +0100	[thread overview]
Message-ID: <200610032111.25259.alan@chandlerfamily.org.uk> (raw)

[-- 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


                 reply	other threads:[~2006-10-03 20:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200610032111.25259.alan@chandlerfamily.org.uk \
    --to=alan@chandlerfamily.org.uk \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox