🐛 Fix mffp usage
This commit is contained in:
committed by
Scott Lahteine
parent
61b9248c35
commit
27d2471ea3
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user