Skip to content

Commit

Permalink
fix command line option letter
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan committed Feb 8, 2021
1 parent 0b4c0aa commit fc505e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pimage_parse_options () {
-z|--mount-root) RMOUNT=set ; shift ; continue ;;
-Z|--umount-root) RUMOUNT=set ; shift ; continue ;;

-S|--sudo-mount) SUDOMNT=set ; shift ; continue ;;
-P|--sudo-mount) SUDOMNT=set ; shift ; continue ;;

--) shift; break ;;
*) fatal "parse_options: unexpected case \"$1\""
Expand Down

0 comments on commit fc505e8

Please sign in to comment.