From 434c64cfaa91ae565c995691b1c71a4d007c6da8 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 28 Jul 2012 12:40:58 -0400 Subject: mkinitcpio: rename longopt for --add to --addhooks Rename this option so that it mirrors the longopt name for -S, --skiphooks. The original --add option remains behind in the option parser for backwards compatability, but no other references remain. 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 6d21fd8..e56cd6c 100644 --- a/bash-completion +++ b/bash-completion @@ -54,7 +54,7 @@ _files_from_dirs() { _mkinitcpio() { local action cur prev opts - opts=(-A --add -c --config -g --generate -H --hookhelp -h --help -k --kernel + opts=(-A --addhooks -c --config -g --generate -H --hookhelp -h --help -k --kernel -L --listhooks -M --automods -n --nocolor -p --preset -r --moduleroot -S --skiphooks -s --save -t --builddir -v --verbose -z --compress) -- cgit v1.2.3-24-g4f1b