diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-07-28 18:40:58 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-07-28 18:40:58 +0200 |
commit | 434c64cfaa91ae565c995691b1c71a4d007c6da8 (patch) | |
tree | fed220472c2ed86774f44e5cca3f8284b1fe60de /mkinitcpio.8.txt | |
parent | 6a585950c5a014c35e449861b6b2040dca2d2516 (diff) | |
download | mkinitcpio-434c64cfaa91ae565c995691b1c71a4d007c6da8.tar.gz mkinitcpio-434c64cfaa91ae565c995691b1c71a4d007c6da8.tar.xz |
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 <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio.8.txt')
-rw-r--r-- | mkinitcpio.8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |