Skip to content

Commit

Permalink
edksetup.sh: remove redundant -?, -h and --help in options parsing
Browse files Browse the repository at this point in the history
Signed-off-by: Rebecca Cran <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
bexcran authored and lersek committed Jul 23, 2019
1 parent 11e5fc6 commit cf2d8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edksetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ do
RECONFIG=TRUE
shift
;;
-?|-h|--help|*)
*)
HelpMsg
break
;;
Expand Down

0 comments on commit cf2d8d4

Please sign in to comment.