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