Tweak usage strings

This commit is contained in:
Scott Lahteine
2019-01-23 23:05:42 -06:00
parent 0f07ba4f09
commit 2117a45d1a
13 changed files with 13 additions and 13 deletions

View File

@ -5,7 +5,7 @@
# Make a PR of the current branch against RCBugFix or dev
#
[[ $# < 2 && $1 != "-h" && $1 != "--help" ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }
[[ $# < 2 && $1 != "-h" && $1 != "--help" ]] || { echo "usage: `basename $0` [branch]" 1>&2 ; exit 1; }
MFINFO=$(mfinfo "$@") || exit 1
IFS=' ' read -a INFO <<< "$MFINFO"