diff options
-rw-r--r-- | mkinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |