From 956b45ea610cb8ab9876f30768f12e25ec5f6533 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Tue, 27 May 2014 13:52:46 +0800 Subject: 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 Signed-off-by: Simon Horman --- kexec/arch/i386/kexec-x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); } -- cgit