From c0c93e41d85ab862395138e0efeb2f575ecd1d7a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 25 May 2019 11:48:53 +0200 Subject: git-branch-list(usage): Add `clear` command; Drop is variadic * Add the `clear` command to the help * Update the `drop` command to indicate that multiple branch IDs can be passed as arguments Looks like I forgot to update the help when I made those changes. --- git-branch-list | 5 +++-- 1 file 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 [] - or: git branch-list drop [] + or: git branch-list save [] + or: git branch-list drop [...] + or: git branch-list clear [] or: git branch-list ID Generic options -- cgit v1.2.3