Tweak usage strings
This commit is contained in:
		| @@ -9,7 +9,7 @@ | ||||
| # any permanent changes to 'master'. | ||||
| # | ||||
|  | ||||
| [[ $# < 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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user