]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-branch.sh
add documentation for update-index --unresolve
[thirdparty/git.git] / git-branch.sh
index 663a3a370c8889e2ba78d627811c652d41e7971b..ebcc8989d8cfd9d64f0e4cacd0a0ff76f50d1345 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-USAGE='[(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]]'
+USAGE='[(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]] | -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>.'