diff options
Diffstat (limited to 'kexec/arch/i386/kexec-beoboot-x86.c')
-rw-r--r-- | kexec/arch/i386/kexec-beoboot-x86.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/i386/kexec-beoboot-x86.c b/kexec/arch/i386/kexec-beoboot-x86.c index a65e094..b121834 100644 --- a/kexec/arch/i386/kexec-beoboot-x86.c +++ b/kexec/arch/i386/kexec-beoboot-x86.c @@ -103,9 +103,6 @@ int beoboot_load(int argc, char **argv, const char *buf, off_t UNUSED(len), if (opt < OPT_ARCH_MAX) { break; } - case '?': - usage(); - return -1; case OPT_REAL_MODE: real_mode_entry = 1; break; |