summaryrefslogtreecommitdiff
path: root/init/poweroff.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/poweroff.c')
-rw-r--r--init/poweroff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/poweroff.c b/init/poweroff.c
index b499d14..126a0fb 100644
--- a/init/poweroff.c
+++ b/init/poweroff.c
@@ -26,9 +26,6 @@
extern int poweroff_main(int argc, char **argv)
{
- if (argc > 1 && strcmp(argv[1], "--help") == 0)
- usage(poweroff_usage);
-
#ifdef BB_FEATURE_LINUXRC
/* don't assume init's pid == 1 */
return(kill(*(findPidByName("init")), SIGUSR2));