From ede5c81df7ab9403081ba31b8941a5b31b536ba2 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 24 Dec 2013 13:51:37 -0500 Subject: lsinitcpio: remove nonexistent showconfig longopt Should have been removed as part of previous commit, as this was clearly just a typo. --- lsinitcpio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[@]}" -- cgit v1.2.3-24-g4f1b