summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-12-24 19:51:37 +0100
committerDave Reisner <dreisner@archlinux.org>2013-12-24 21:42:08 +0100
commitede5c81df7ab9403081ba31b8941a5b31b536ba2 (patch)
tree0c1d3060f7ac9d93aebe36ffdd257d6e502c93ca
parent8db138501100cf8bdb49304e3a87a4d2ba373873 (diff)
downloadmkinitcpio-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-xlsinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsinitcpio b/lsinitcpio
index 60e8e11..9567b79 100755
--- a/lsinitcpio
+++ b/lsinitcpio
@@ -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[@]}"