aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 039dc6b..5862d87 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -201,6 +201,13 @@ BEGIN
exit(0);
END
+OPTION(module-help,,MODULE,
+ [<show help for MODULE>])
+BEGIN
+ module_help(optarg);
+ exit(0);
+END
+
OPTIONS_END
void

Return to:

Send suggestions and report system problems to the System administrator.