diff options
-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"); } |