summaryrefslogtreecommitdiffstats
path: root/lsinitcpio
diff options
context:
space:
mode:
Diffstat (limited to 'lsinitcpio')
-rwxr-xr-xlsinitcpio2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsinitcpio b/lsinitcpio
index 9d98d57..60e8e11 100755
--- a/lsinitcpio
+++ b/lsinitcpio
@@ -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[@]}"