[PATCH 1/3] Fix usagestring for git-branch

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Lars Hjemli
Date: Sunday, October 22, 2006 - 4:30 am

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
 git-branch.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-branch.sh b/git-branch.sh
index 4379a07..b80bcda 100755
--- a/git-branch.sh
+++ b/git-branch.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-USAGE='[-l] [(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]] | -r'
+USAGE=' [-l] [-f] <branchname> [<start-point>] | (-d | -D) <branchname> | [-r]'
 LONG_USAGE='If no arguments, show available branches and mark current branch with a star.
 If one argument, create a new branch <branchname> based off of current HEAD.
 If two arguments, create a new branch <branchname> based off of <start-point>.'
-- 
1.4.3.1.g1688

-
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 0/3] Add -v and -w options to git-branch, Lars Hjemli, (Sun Oct 22, 4:30 am)
[PATCH 1/3] Fix usagestring for git-branch, Lars Hjemli, (Sun Oct 22, 4:30 am)
[PATCH 2/3] Refactor git-branch, Lars Hjemli, (Sun Oct 22, 4:30 am)
[PATCH 3/3] Teach git-branch -v and -w options, Lars Hjemli, (Sun Oct 22, 4:30 am)
Re: [PATCH 3/3] Teach git-branch -v and -w options, Junio C Hamano, (Sun Oct 22, 12:35 pm)
Re: [PATCH 3/3] Teach git-branch -v and -w options, Lars Hjemli, (Sun Oct 22, 12:55 pm)