From c396a58ba7d4ce9f7087379537fa2251a90af52a Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 27 Sep 2012 13:59:26 -0400 Subject: lsinitcpio: add -l, --list option; define as default This is the default action for lsinitcpio. Add it just for the purpose of clarity. This change also separates out true options from 'actions' and validates that the user only passed a single action to lsinitcpio. Update the manpage accordingly. Signed-off-by: Dave Reisner --- bash-completion | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bash-completion') 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 -- cgit v1.2.3-24-g4f1b