diff options
Diffstat (limited to 'kexec/arch/i386/kexec-elf-x86.c')
-rw-r--r-- | kexec/arch/i386/kexec-elf-x86.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/i386/kexec-elf-x86.c b/kexec/arch/i386/kexec-elf-x86.c index 9751a76..d0f9838 100644 --- a/kexec/arch/i386/kexec-elf-x86.c +++ b/kexec/arch/i386/kexec-elf-x86.c @@ -133,9 +133,6 @@ int elf_x86_load(int argc, char **argv, const char *buf, off_t len, if (opt < OPT_ARCH_MAX) { break; } - case '?': - usage(); - return -1; case OPT_APPEND: append = optarg; break; |