diff options
author | Teddy Wing | 2019-05-25 11:52:19 +0200 |
---|---|---|
committer | Teddy Wing | 2019-05-25 11:52:19 +0200 |
commit | 48e58d79dcd313a3c40e92df720eb758d736e2d5 (patch) | |
tree | e0908071d79d7972ea07a3962c318887083cfcea | |
parent | 33515f18b84997693baf1ca842f4297fb77edbd0 (diff) | |
parent | c0c93e41d85ab862395138e0efeb2f575ecd1d7a (diff) | |
download | git-branch-list-48e58d79dcd313a3c40e92df720eb758d736e2d5.tar.bz2 |
Merge branch 'update-help-output'
-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 |