SHA256
1
0
forked from pool/kexec-tools
kexec-tools/kexec-help.diff

32 lines
1.7 KiB
Diff

--- kexec/kexec.c
+++ kexec/kexec.c
@@ -733,22 +733,22 @@
"\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");