kpatch: change wording of "load to" to "load into"

This commit is contained in:
Josh Poimboeuf 2014-04-14 12:30:11 -05:00
parent e1099dbbc1
commit 68e4cff461
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ usage () {
printf ' %-20s %s\n' "install <file>" "install hotpatch module to the kpatch DB" >&2
printf ' %-20s %s\n' "uninstall <hotpatch>" "uninstall hotpatch module from the kpatch DB" >&2
echo >&2
printf ' %-20s %s\n' "load --all" "load all installed hotpatch modules to the running kernel" >&2
printf ' %-20s %s\n' "load --all" "load all installed hotpatch modules into the running kernel" >&2
printf ' %-20s %s\n' "load <hotpatch>" "load installed hotpatch module to the running kernel" >&2
printf ' %-20s %s\n' "unload <hotpatch>" "unload hotpatch module from the running kernel" >&2
echo >&2

View File

@ -18,7 +18,7 @@ uninstall <hotpatch>
uninstall hotpatch module from the kpatch DB
load --all
load all enabled hotpatch modules to the running kernel
load all enabled hotpatch modules into the running kernel
load <hotpatch>
load installed hotpatch module to the running kernel