diff options
Diffstat (limited to 'kexec/arch/i386/kexec-x86.c')
-rw-r--r-- | kexec/arch/i386/kexec-x86.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexec/arch/i386/kexec-x86.c b/kexec/arch/i386/kexec-x86.c index d33a14b..5c701aa 100644 --- a/kexec/arch/i386/kexec-x86.c +++ b/kexec/arch/i386/kexec-x86.c @@ -69,10 +69,10 @@ struct arch_options_t arch_options = { int arch_process_options(int argc, char **argv) { static const struct option options[] = { - KEXEC_ARCH_OPTIONS + KEXEC_ALL_OPTIONS { 0, 0, NULL, 0 }, }; - static const char short_options[] = KEXEC_ARCH_OPT_STR; + static const char short_options[] = KEXEC_ALL_OPT_STR; int opt; unsigned long value; char *end; |