diff options
Diffstat (limited to 'kexec/kexec.c')
-rw-r--r-- | kexec/kexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/kexec.c b/kexec/kexec.c index 612c1c2..313d9fe 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c @@ -1349,6 +1349,7 @@ int main(int argc, char *argv[]) do_sync = 0; kexec_file_flags |= KEXEC_FILE_ON_CRASH; kexec_flags = KEXEC_ON_CRASH; + break; case OPT_MEM_MIN: mem_min = strtoul(optarg, &endptr, 0); if (*endptr) { |