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 --- mkinitcpio.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkinitcpio.8.txt') diff --git a/mkinitcpio.8.txt b/mkinitcpio.8.txt index fa30b30..09ebae0 100644 --- a/mkinitcpio.8.txt +++ b/mkinitcpio.8.txt @@ -24,7 +24,7 @@ other features. Options ------- -*-A, \--add* 'hooks':: +*-A, \--addhooks* 'hooks':: Add the additional 'hooks' to the image. These will be processed in order after all other hooks from the config file. Multiple hooks should be comma-separated. This option can be specified multiple times. -- cgit v1.2.3-24-g4f1b