Skip to content

Commit

Permalink
Fix usagestring for git-branch
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Lars Hjemli authored and Junio C Hamano committed Oct 22, 2006
1 parent fc61e31 commit 5ea0921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-branch.sh
Original file line number Diff line number Diff line change
@@ -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>.'
Expand Down

0 comments on commit 5ea0921

Please sign in to comment.