aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/init.c b/init.c
index a1c6aec3a..9c96726d9 100644
--- a/init.c
+++ b/init.c
@@ -937,9 +937,7 @@ extern int init_main(int argc, char **argv)
937#endif 937#endif
938 ) 938 )
939 { 939 {
940 usage("init\n\nInit is the parent of all processes.\n\n" 940 show_usage();
941 "This version of init is designed to be run only "
942 "by the kernel.");
943 } 941 }
944 /* Set up sig handlers -- be sure to 942 /* Set up sig handlers -- be sure to
945 * clear all of these in run() */ 943 * clear all of these in run() */