aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 7d6f7d4..d8bd02f 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -112,11 +112,11 @@ BEGIN
lint_mode = 1;
END
-OPTION(telinit,T,RUNLEVEL,
- [<emulate telinit command>])
+OPTION(telinit,T,,
+ [<telinit command: run "pies -T --help" for help>])
BEGIN
log_to_stderr_only = 1;
- exit (telinit (optarg));
+ exit (telinit (argc - (optind - 1), argv + (optind - 1)));
END
GROUP(Preprocessor)

Return to:

Send suggestions and report system problems to the System administrator.