Skip to content

Commit

Permalink
Remove -?
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Oct 29, 2024
1 parent 68a8215 commit d038fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devpod
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ cmd_run() {
local allow_gui="0"
local allow_ssh="0"

while getopts "h?gsc:" opt; do
while getopts "hgsc:" opt; do
case "$opt" in
c)
container="$OPTARG"
Expand All @@ -108,7 +108,7 @@ cmd_run() {
s)
allow_ssh="1"
;;
h | \?)
h)
show_help
exit 0
;;
Expand Down

0 comments on commit d038fc7

Please sign in to comment.