diff options
author | Sachin P. Sant <sachinp@in.ibm.com> | 2006-09-21 14:07:04 +0530 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2006-10-06 12:46:16 +0900 |
commit | efcdafa70ee525f71a38908571e870f09984efbf (patch) | |
tree | c7e748910454dacd8b6ddb826d894732d5b23b06 /kexec/kexec.c | |
parent | 4160e1b01231b8393d11367c82690646368e251d (diff) |
kexec man page update for unload option.
Attached herewith is a patch to update the man page for kexec, specifically
help message for -u option.
Signed-off-by: Sachin Sant <sachinp@in.ibm.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r-- | kexec/kexec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c index 0206fa6..a32cacb 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c @@ -683,6 +683,8 @@ void usage(void) " -l, --load Load the new kernel into the current kernel.\n" " -p, --load-panic Load the new kernel for use on panic.\n" " -u, --unload Unload the current kexec target kernel.\n" + " If capture kernel is being unloaded specify\n" + " -p with -u.\n" " -e, --exec Execute a currently loaded kernel.\n" " -t, --type=TYPE Specify the new kernel is of this type.\n" " --mem-min=<addr> Specify the lowest memory addres to load code into.\n" |