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/init.c')
-rw-r--r--init/init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/init/init.c b/init/init.c
index a1c6aec3a..9c96726d9 100644
--- a/init/init.c
+++ b/init/init.c
@@ -937,9 +937,7 @@ extern int init_main(int argc, char **argv)
#endif
)
{
- usage("init\n\nInit is the parent of all processes.\n\n"
- "This version of init is designed to be run only "
- "by the kernel.");
+ show_usage();
}
/* Set up sig handlers -- be sure to
* clear all of these in run() */