From 075dd8ee5417899c9f41b90f0dceecdf85433468 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Sun, 29 Jan 2006 15:02:51 +0100 Subject: git-branch: Documentation fixes Signed-off-by: Fredrik Kuivinen Signed-off-by: Junio C Hamano --- git-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-branch.sh') 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 ] | [[-f] [start-point]]' +USAGE='[(-d | -D) ] | [[-f] []]' 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 .' -- cgit v1.2.1