Tweak usage strings
This commit is contained in:
parent
0f07ba4f09
commit
2117a45d1a
13 changed files with 13 additions and 13 deletions
|
|
@ -6,7 +6,7 @@
|
|||
# By default: `git push upstream HEAD:bugfix-1.1.x`
|
||||
#
|
||||
|
||||
[[ $# < 3 && $1 != "-h" && $1 != "--help" ]] || { echo "Usage: `basename $0` [1|2] [commit-id]" 1>&2 ; exit 1; }
|
||||
[[ $# < 3 && $1 != "-h" && $1 != "--help" ]] || { echo "usage: `basename $0` [1|2] [commit-id]" 1>&2 ; exit 1; }
|
||||
|
||||
if [[ $1 == '1' || $1 == '2' ]]; then
|
||||
MFINFO=$(mfinfo "$1") || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue