summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mkinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 1468010..8631eee 100644
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -43,7 +43,7 @@ usage ()
exit 1
}
-while getopts 'c:k:s:b:g:a:qH:h' arg; do
+while getopts 'c:k:s:b:g:a:H:hv' arg; do
case "$arg" in
c) CONFIG="$OPTARG" ;;
k) KERNELVERSION="$OPTARG" ;;