[PATCH] git-rebase.sh: Update USAGE string (No. 1)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Sunday, February 3, 2008 - 7:33 pm

Present the options in -s|--long (short, long) order.
Mention merge and new whitespace option.

ed-off-by: Jari Aalto <jari.aalto AT cante.net>
---
 ***********************************************************************
 Reworked patch (No. 1)

 [Jakub Narebski]
 > or break synopsis into lines 80-column lines max.

 ***********************************************************************

 git-rebase.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/git-rebase.sh b/git-rebase.sh
index bdcea0e..6805742 100755
--- a/git-rebase.sh
+++ b/git-rebase.sh
@@ -3,7 +3,10 @@
 # Copyright (c) 2005 Junio C Hamano.
 #
 
-USAGE='[--interactive | -i] [-v] [--onto <newbase>] <upstream> [<branch>]'
+USAGE='[-i|--interactive] [-v|--verbose]
+[--whitespace={nowarn|warn|error|error-all|strip}]
+[-m|--merge] [--onto <newbase>] <upstream> [<branch>]'
+
 LONG_USAGE='git-rebase replaces <branch> with a new branch of the
 same name.  When the --onto option is provided the new branch starts
 out with a HEAD equal to <newbase>, otherwise it is equal to <upstream>
-- 
1.5.4-rc5.GIT-dirty


-- 
Welcome to FOSS revolution: we fix and modify until it shines

-
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.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] git-rebase.sh: Update USAGE string (No. 1), Jari Aalto, (Sun Feb 3, 7:33 pm)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), Jakub Narebski, (Sun Feb 3, 7:52 pm)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), しらいしななこ, (Mon Feb 4, 7:12 am)
rebase -i and --whitespace, was Re: [PATCH] git-rebase.sh: U..., Johannes Schindelin, (Mon Feb 4, 11:06 am)
Re: rebase -i and --whitespace, was Re: [PATCH] git-rebase.s..., Johannes Schindelin, (Mon Feb 4, 12:32 pm)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), Junio C Hamano, (Sun Feb 3, 8:24 pm)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), Junio C Hamano, (Sun Feb 3, 8:39 pm)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), Jakub Narebski, (Mon Feb 4, 6:15 am)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), Jakub Narebski, (Mon Feb 4, 8:53 am)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), Johannes Schindelin, (Sun Feb 3, 8:27 pm)
Re: [PATCH] git-rebase.sh: Update USAGE string (No. 1), Johannes Schindelin, (Sun Feb 3, 7:41 pm)