summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Young <dyoung@redhat.com>2014-05-27 13:52:46 +0800
committerSimon Horman <horms@verge.net.au>2014-05-28 08:44:34 +0900
commit956b45ea610cb8ab9876f30768f12e25ec5f6533 (patch)
tree8988b3791560a1ef2dbc98a3133217ed89370b9c
parent6f333539533523add760b2512787b06c79e82c13 (diff)
downloadkexec-tools-956b45ea610cb8ab9876f30768f12e25ec5f6533.tar.gz
kexec-tools: usage text fix
There's one more '-' in arch_usage, thus s/pass--memmap-cmdline/pass-memmap-cmdline Signed-off-by: Dave Young <dyoung@redhat.com> Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r--kexec/arch/i386/kexec-x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/i386/kexec-x86.c b/kexec/arch/i386/kexec-x86.c
index 0f23eb9..fb0e6f9 100644
--- a/kexec/arch/i386/kexec-x86.c
+++ b/kexec/arch/i386/kexec-x86.c
@@ -54,7 +54,7 @@ void arch_usage(void)
" --console-serial Enable the serial console\n"
" --elf32-core-headers Prepare core headers in ELF32 format\n"
" --elf64-core-headers Prepare core headers in ELF64 format\n"
- " --pass--memmap-cmdline Pass memory map via command line in kexec on panic case\n"
+ " --pass-memmap-cmdline Pass memory map via command line in kexec on panic case\n"
" --noefi Disable efi support\n"
);
}