diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-10-01 19:38:06 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-10-01 20:13:37 +0200 |
commit | b255bdc78754c4cde9835b6cb2865da1f9b122bf (patch) | |
tree | c7021de1c831d34a84b37091da2ec07c2335621d | |
parent | 32dbf895d07f07e32d2b3bb4afb132eea1919749 (diff) | |
download | mkinitcpio-b255bdc78754c4cde9835b6cb2865da1f9b122bf.tar.gz mkinitcpio-b255bdc78754c4cde9835b6cb2865da1f9b122bf.tar.xz |
install/keyboard: fix wording in hook help
ref: https://bugs.archlinux.org/task/54460
-rw-r--r-- | install/keyboard | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/keyboard b/install/keyboard index 9f35089..9eb4bf1 100644 --- a/install/keyboard +++ b/install/keyboard @@ -22,9 +22,9 @@ build() { help() { cat <<HELPEOF This hook loads the necessary modules for keyboard devices. As a side-effect -modules for some non-keyboard input devices might be added to, but this should +modules for some non-keyboard input devices might also be added, but this should not be relied on. Detection will take place at runtime. To minimize the modules -in the image, add the autodetect hook too. +in the image, add the autodetect hook prior to this hook. HELPEOF } |