diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-12-24 19:24:54 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-12-24 19:24:57 +0100 |
commit | 8db138501100cf8bdb49304e3a87a4d2ba373873 (patch) | |
tree | 9456e68bfc5dfa93f08880fdf969f188e1bf27d6 | |
parent | 2ce3a416c8714adedc3117e5247e6da364ddebc9 (diff) | |
download | mkinitcpio-8db138501100cf8bdb49304e3a87a4d2ba373873.tar.gz mkinitcpio-8db138501100cf8bdb49304e3a87a4d2ba373873.tar.xz |
include missing longopt --config in arg parser
Reported in FS#38264.
-rwxr-xr-x | lsinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ analyze_image() { } _opt_short='achlnVvx' -_opt_long=('analyze' 'help' 'list' 'nocolor' 'showconfig' 'version' 'verbose' 'extract') +_opt_long=('analyze' 'config' 'help' 'list' 'nocolor' 'showconfig' 'version' 'verbose' 'extract') parseopts "$_opt_short" "${_opt_long[@]}" -- "$@" || exit set -- "${OPTRET[@]}" |