Browse Source

edksetup.sh: remove redundant -?, -h and --help in options parsing

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>
rebecca@bsdio.com 4 years ago
parent
commit
cf2d8d4978
1 changed files with 1 additions and 1 deletions
  1. 1 1
      edksetup.sh

+ 1 - 1
edksetup.sh

@@ -194,7 +194,7 @@ do
       RECONFIG=TRUE
       shift
     ;;
-    -?|-h|--help|*)
+    *)
       HelpMsg
       break
     ;;