diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/halt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/halt.c b/init/halt.c index 572d751b0..29e60657b 100644 --- a/init/halt.c +++ b/init/halt.c @@ -113,12 +113,11 @@ int halt_main(int argc UNUSED_PARAM, char **argv) continue; /* Parse and handle arguments */ - opt_complementary = "d+"; /* -d N */ /* We support -w even if !ENABLE_FEATURE_WTMP, * in order to not break scripts. * -i (shut down network interfaces) is ignored. */ - flags = getopt32(argv, "d:nfwi", &delay); + flags = getopt32(argv, "d:+nfwi", &delay); sleep(delay); |