diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-01-29 17:55:20 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-01-29 17:55:20 -0800 |
| commit | 8fedb83c05d4b3d877a220d614e8b9d40f02709d (patch) | |
| tree | f5add7dac0aa0455f45507b0f14ad770051c3f2f /git-branch.sh | |
| parent | GIT 1.1.5 (diff) | |
| parent | git push -f documentation (diff) | |
| download | git-1.1.6.tar.gz git-1.1.6.zip | |
GIT 1.1.6v1.1.6
Diffstat (limited to 'git-branch.sh')
| -rwxr-xr-x | git-branch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-branch.sh b/git-branch.sh index b0e54ed2af..6ac961e6d1 100755 --- a/git-branch.sh +++ b/git-branch.sh @@ -1,6 +1,6 @@ #!/bin/sh -USAGE='[-d <branch>] | [[-f] <branch> [start-point]]' +USAGE='[(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]]' 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>.' |
