diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-12-24 19:51:37 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-12-24 21:42:08 +0100 |
commit | ede5c81df7ab9403081ba31b8941a5b31b536ba2 (patch) | |
tree | 0c1d3060f7ac9d93aebe36ffdd257d6e502c93ca | |
parent | 8db138501100cf8bdb49304e3a87a4d2ba373873 (diff) | |
download | mkinitcpio-ede5c81df7ab9403081ba31b8941a5b31b536ba2.tar.gz mkinitcpio-ede5c81df7ab9403081ba31b8941a5b31b536ba2.tar.xz |
lsinitcpio: remove nonexistent showconfig longopt
Should have been removed as part of previous commit, as this was
clearly just a typo.
-rwxr-xr-x | lsinitcpio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ analyze_image() { } _opt_short='achlnVvx' -_opt_long=('analyze' 'config' 'help' 'list' 'nocolor' 'showconfig' 'version' 'verbose' 'extract') +_opt_long=('analyze' 'config' 'help' 'list' 'nocolor' 'version' 'verbose' 'extract') parseopts "$_opt_short" "${_opt_long[@]}" -- "$@" || exit set -- "${OPTRET[@]}" |