From 85ae2bcd44de36b282ebe216ed64127d243e72c5 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 4 Feb 2013 14:21:42 -0500 Subject: Add -P, --allpresets option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As a logical extension, allow the -p option to be specified multiple times in order to process several presets at once. Original-patch-by: Sébastien Luttringer Signed-off-by: Dave Reisner --- bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash-completion') diff --git a/bash-completion b/bash-completion index 559b2f3..e7c1db0 100644 --- a/bash-completion +++ b/bash-completion @@ -63,7 +63,7 @@ _files_from_dirs() { _mkinitcpio() { local action cur prev opts opts=(-A --addhooks -c --config -g --generate -H --hookhelp -h --help -k --kernel - -L --listhooks -M --automods -n --nocolor -p --preset -r --moduleroot + -L --listhooks -M --automods -n --nocolor -P --allpresets -p --preset -r --moduleroot -S --skiphooks -s --save -t --builddir -V --version -v --verbose -z --compress) _get_comp_words_by_ref cur prev -- cgit v1.2.3-24-g4f1b