summaryrefslogtreecommitdiff
path: root/mu/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mu/acl.c')
-rw-r--r--mu/acl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/mu/acl.c b/mu/acl.c
index 0c9cc217b..9d8646066 100644
--- a/mu/acl.c
+++ b/mu/acl.c
@@ -30,6 +30,7 @@
#include "xalloc.h"
static char acl_doc[] = N_("mu acl - test access control lists.");
+char acl_docstring[] = N_("test access control lists");
static char acl_args_doc[] = N_("ADDRESS [ADDRESS...]");
static struct argp_option acl_options[] = {
@@ -191,3 +192,10 @@ mutool_acl (int argc, char **argv)
return 0;
}
+
+/*
+ MU Setup: acl
+ mu-handler: mutool_acl
+ mu-docstring: acl_docstring
+ End MU Setup:
+*/

Return to:

Send suggestions and report system problems to the System administrator.