summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");