summaryrefslogtreecommitdiff
path: root/mu/ldflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'mu/ldflags.c')
-rw-r--r--mu/ldflags.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mu/ldflags.c b/mu/ldflags.c
index 59ac5ebae..f93536c6f 100644
--- a/mu/ldflags.c
+++ b/mu/ldflags.c
@@ -23,6 +23,7 @@
#include <argp.h>
static char ldflags_doc[] = N_("mu ldflags - list libraries required to link");
+char ldflags_docstring[] = N_("list libraries required to link");
static char ldflags_args_doc[] = N_("KEYWORD [KEYWORD...]");
static struct argp ldflags_argp = {
@@ -191,3 +192,9 @@ mutool_ldflags (int argc, char **argv)
return 0;
}
+/*
+ MU Setup: ldflags
+ mu-handler: mutool_ldflags
+ mu-docstring: ldflags_docstring
+ End MU Setup:
+*/

Return to:

Send suggestions and report system problems to the System administrator.