]> git.proxmox.com Git - mirror_edk2.git/blobdiff - edksetup.sh
edksetup.sh: remove redundant -?, -h and --help in options parsing
[mirror_edk2.git] / edksetup.sh
index 76c8d7916e3104ab04a64a83e5de533cd211ccd7..06d2f041e635d88369ecbb5801b4a2d4c098dd25 100755 (executable)
@@ -194,7 +194,7 @@ do
       RECONFIG=TRUE
       shift
     ;;
-    -?|-h|--help|*)
+    *)
       HelpMsg
       break
     ;;