From ae774af79b17c4369a4ce94ed16a2a4d8a9bb90d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 21 Feb 2018 00:42:39 +0100 Subject: git-branch-list: Update usage to include optional `` The `save` and `drop` commands both take an optional branch name to operate on. --- git-branch-list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-branch-list b/git-branch-list index 6e4078a..10713df 100755 --- a/git-branch-list +++ b/git-branch-list @@ -29,8 +29,8 @@ 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 ID __EOF__ } -- cgit v1.2.3