--- /usr/bin/mbim-network 2017-03-30 22:11:52.000000000 +0200 +++ bin/mbim-network_refactor 2017-06-01 12:08:29.271253991 +0200 @@ -37,8 +37,8 @@ echo echo "Options:" echo " --profile=[PATH] Use the profile in the specified path" - echo " --help Show help options" - echo " --version Show version" + echo " --help, -h Show help options" + echo " --version Show version" echo echo "Notes:" echo @@ -88,7 +92,7 @@ # Basic options if [ $# -lt 2 ]; then - if [ "$1" = "--help" ]; then + if [ "$1" = "--help" ] || [ "$1" = "-h" ]; then help exit 0 elif [ "$1" = "--version" ]; then