diff options
author | Simon Horman <horms@verge.net.au> | 2006-11-16 14:55:38 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2006-11-17 10:53:03 +0900 |
commit | 883e80569953e004bf251ca1e73add7088aa2381 (patch) | |
tree | cd99be4fbd9f6d90828bc966d6079c802ba70ba5 | |
parent | 6e18330303b0dbe5e3470aad13a7dfa6f866bdf1 (diff) |
Help message for --noio option
Hi,
I'd like to apply this patch to kexec-tools-testing if there are no
objections.
--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/
Help message for --noio option
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/arch/ia64/kexec-elf-ia64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/ia64/kexec-elf-ia64.c b/kexec/arch/ia64/kexec-elf-ia64.c index 35bdaf4..bd2350c 100644 --- a/kexec/arch/ia64/kexec-elf-ia64.c +++ b/kexec/arch/ia64/kexec-elf-ia64.c @@ -80,6 +80,7 @@ void elf_ia64_usage(void) " --command-line=STRING Set the kernel command line to STRING.\n" " --append=STRING Set the kernel command line to STRING.\n" " --initrd=FILE Use FILE as the kernel's initial ramdisk.\n" + " --noio Disable I/O in purgatory code.\n" " --vmm=FILE Use FILE as the kernel image for a virtual machine monitor (aka hypervisor)\n"); } |