mirror of
https://github.com/dynup/kpatch
synced 2025-01-11 07:39:24 +00:00
Merge pull request #119 from jpoimboe/load-into
kpatch: change wording of "load to" to "load into"
This commit is contained in:
commit
8195a2f79a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user