]> git.proxmox.com Git - mirror_edk2.git/commitdiff
edksetup.sh: remove redundant -?, -h and --help in options parsing
authorrebecca@bsdio.com <rebecca@bsdio.com>
Tue, 16 Jul 2019 16:55:36 +0000 (10:55 -0600)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 23 Jul 2019 08:41:55 +0000 (10:41 +0200)
Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Message-Id: <20190716165538.57960-4-rebecca@bsdio.com>

edksetup.sh

index 76c8d7916e3104ab04a64a83e5de533cd211ccd7..06d2f041e635d88369ecbb5801b4a2d4c098dd25 100755 (executable)
@@ -194,7 +194,7 @@ do
       RECONFIG=TRUE
       shift
     ;;
-    -?|-h|--help|*)
+    *)
       HelpMsg
       break
     ;;