Fix '-?'-caused pattern match.
This commit is contained in:
parent
b7d084e3ff
commit
cdc95c4595
@ -123,7 +123,7 @@ main() {
|
|||||||
|
|
||||||
while [ ${#} -gt 0 ]; do
|
while [ ${#} -gt 0 ]; do
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
--help|-?|-h)
|
--help|-\?|-h)
|
||||||
print_help
|
print_help
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user