diff options
Diffstat (limited to 'kexec/arch/i386/kexec-nbi.c')
-rw-r--r-- | kexec/arch/i386/kexec-nbi.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kexec/arch/i386/kexec-nbi.c b/kexec/arch/i386/kexec-nbi.c index 443a3a7..8eb2154 100644 --- a/kexec/arch/i386/kexec-nbi.c +++ b/kexec/arch/i386/kexec-nbi.c @@ -177,10 +177,6 @@ int nbi_load(int argc, char **argv, const char *buf, off_t UNUSED(len), if (opt < OPT_ARCH_MAX) { break; } - case '?': - usage(); - return -1; - break; } } /* Get a copy of the header */ |