Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'init/reboot.c')
-rw-r--r--init/reboot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/reboot.c b/init/reboot.c
index bef9b26f0..bde8dbd77 100644
--- a/init/reboot.c
+++ b/init/reboot.c
@@ -26,9 +26,6 @@
extern int reboot_main(int argc, char **argv)
{
- if (argc > 1 && strcmp(argv[1], "--help") == 0)
- usage(reboot_usage);
-
#ifdef BB_FEATURE_LINUXRC
/* don't assume init's pid == 1 */
return(kill(*(findPidByName("init")), SIGINT));