Skip to content

Commit

Permalink
install/keyboard: fix wording in hook help
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Oct 1, 2017
1 parent 32dbf89 commit b255bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/keyboard
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit b255bdc

Please sign in to comment.