diff options
-rwxr-xr-x | git-branch-list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/git-branch-list b/git-branch-list index ed5ef34..024ae5b 100755 --- a/git-branch-list +++ b/git-branch-list @@ -31,8 +31,9 @@ function initialise_database () { function print_usage () { cat 1>&2 <<__EOF__ usage: git branch-list - or: git branch-list save [<branch-name>] - or: git branch-list drop [<branch-name>] + or: git branch-list save [<branch-name>] + or: git branch-list drop [<branch-name>...] + or: git branch-list clear [<branch-name>] or: git branch-list ID Generic options |