🐛 Fix mffp usage

This commit is contained in:
Scott Lahteine
2021-12-27 14:28:59 -06:00
parent 9345eedb64
commit 3f6147fe85
2 changed files with 3 additions and 5 deletions

View File

@@ -5,9 +5,7 @@
# Create a new branch from the default target with the given name
#
usage() {
echo "usage: `basename $0` [1|2] [name]" 1>&2
}
usage() { echo "usage: `basename $0` [1|2] [name]" 1>&2 ; }
[[ $# < 3 && $1 != "-h" && $1 != "--help" ]] || { usage; exit 1; }