Skip to content

Commit

Permalink
Fix -V flag
Browse files Browse the repository at this point in the history
Resolves #41
  • Loading branch information
jirutka committed Nov 10, 2023
1 parent 352609f commit f70e03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine-make-vm-image
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#
# -h --help Show this help message and exit.
#
# -v --version Print version and exit.
# -V --version Print version and exit.
#
# APK APK command to use. Default is "apk".
#
Expand Down Expand Up @@ -392,7 +392,7 @@ wgets() (

#============================= M a i n ==============================#

opts=$(getopt -n $PROGNAME -o a:b:B:cCf:hi:k:m:p:Pr:s:S:tv \
opts=$(getopt -n $PROGNAME -o a:b:B:cCf:hi:k:m:p:Pr:s:S:tV \
-l arch:,boot-mode:,branch:,fs-skel-chown:,fs-skel-dir:,image-format:,image-size:,initfs-features:,kernel-flavor:,keys-dir:,mirror-uri:,no-cleanup,packages:,partition,repositories-file:,rootfs:,script-chroot,serial-console,help,version \
-- "$@") || help 1 >&2

Expand Down

0 comments on commit f70e03f

Please sign in to comment.