diff options
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash-completion b/bash-completion index 4e548af..6ef4e93 100644 --- a/bash-completion +++ b/bash-completion @@ -3,7 +3,8 @@ _lsinitcpio() { local cur opts - opts=(-a --analyze -c --config -h --help -n --nocolor -v --verbose -x --extract) + opts=(-a --analyze -c --config -h --help -l --list + -n --nocolor -v --verbose -x --extract) _get_comp_words_by_ref cur |