diff options
Diffstat (limited to 'kexec/arch/ia64/kexec-elf-ia64.c')
-rw-r--r-- | kexec/arch/ia64/kexec-elf-ia64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/ia64/kexec-elf-ia64.c b/kexec/arch/ia64/kexec-elf-ia64.c index 7303c03..142dee3 100644 --- a/kexec/arch/ia64/kexec-elf-ia64.c +++ b/kexec/arch/ia64/kexec-elf-ia64.c @@ -154,9 +154,6 @@ int elf_ia64_load(int argc, char **argv, const char *buf, off_t len, if (opt < OPT_ARCH_MAX) { break; } - case '?': - usage(); - return -1; case OPT_APPEND: command_line = optarg; break; |