Merge pull request #119 from jpoimboe/load-into

kpatch: change wording of "load to" to "load into"
This commit is contained in:
Seth Jennings 2014-04-14 12:41:04 -05:00
commit 8195a2f79a
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