From: Lars Hjemli Date: Sun, 22 Oct 2006 11:30:24 +0000 (+0200) Subject: Fix usagestring for git-branch X-Git-Tag: v1.4.3.2~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ea0921cbeb248a6505c32601ad841f706f942fd;p=git.git Fix usagestring for git-branch Signed-off-by: Lars Hjemli Signed-off-by: Junio C Hamano --- diff --git a/git-branch.sh b/git-branch.sh index 4f31903d6..f823c788f 100755 --- a/git-branch.sh +++ b/git-branch.sh @@ -1,6 +1,6 @@ #!/bin/sh -USAGE='[-l] [(-d | -D) ] | [[-f] []] | -r' +USAGE='[-l] [-f] [] | (-d | -D) | [-r]' LONG_USAGE='If no arguments, show available branches and mark current branch with a star. If one argument, create a new branch based off of current HEAD. If two arguments, create a new branch based off of .'