diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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() */ |