summaryrefslogtreecommitdiff
path: root/kexec/kexec.c
diff options
context:
space:
mode:
authorBernhard Walle <bwalle@suse.de>2007-02-13 17:13:50 +0900
committerSimon Horman <horms@verge.net.au>2007-02-13 17:13:50 +0900
commit5417f8ed03ab87fdcfeb78418ac066cc26598d58 (patch)
tree7b3a6d0dd50cc6cb95bed4206f857d456b43b9e0 /kexec/kexec.c
parentc0c8232ff9385cb9abed468eebaef2cc0d6b1450 (diff)
Patch from Bernhard Walle to fix up the help message a bit.
Signed-off-by: Simon Horman <horms@verge.net.au> kexec/kexec.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r--kexec/kexec.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c
index 08f4be0..a490731 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -733,22 +733,22 @@ void usage(void)
"\n"
" -h, --help Print this help.\n"
" -v, --version Print the version of kexec.\n"
- " -f, --force Force an immediate kexec,"
+ " -f, --force Force an immediate kexec,\n"
" don't call shutdown.\n"
" -x, --no-ifdown Don't bring down network interfaces.\n"
- " (if used, must be last option"
+ " (if used, must be last option\n"
" specified)\n"
- " -l, --load Load the new kernel into the"
+ " -l, --load Load the new kernel into the\n"
" 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"
+ " If capture kernel is being unloaded\n"
" specify -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 address to"
+ " --mem-min=<addr> Specify the lowest memory address to\n"
" load code into.\n"
- " --mem-max=<addr> Specify the highest memory address to"
+ " --mem-max=<addr> Specify the highest memory address to\n"
" load code into.\n"
"\n"
"Supported kernel file types and options: \n");