aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-03-27 23:53:50 -0400
committerMike Frysinger <vapier@gentoo.org>2016-03-27 23:53:50 -0400
commitd81fc0710ae12ce026053163370ab3dac5c1b1a5 (patch)
treeb1b911eb493bb6f8f5356a3d3d0562288a1a4efb /qglsa.c
parentqlop: add --date option to filter output (diff)
downloadportage-utils-d81fc0710ae12ce026053163370ab3dac5c1b1a5.tar.gz
portage-utils-d81fc0710ae12ce026053163370ab3dac5c1b1a5.tar.bz2
portage-utils-d81fc0710ae12ce026053163370ab3dac5c1b1a5.zip
usage: add an extended text sectionv0.63
Many applets now are so complicated that a single line of text isn't sufficient to describe all of its capabilities/nuances. Allow them to pass in an arbitrary string of data to contain examples.
Diffstat (limited to 'qglsa.c')
-rw-r--r--qglsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qglsa.c b/qglsa.c
index 885ce1ee..6670093f 100644
--- a/qglsa.c
+++ b/qglsa.c
@@ -27,7 +27,7 @@ static const char * const qglsa_opts_help[] = {
"Mark specified GLSAs as fixed",
COMMON_OPTS_HELP
};
-#define qglsa_usage(ret) usage(ret, QGLSA_FLAGS, qglsa_long_opts, qglsa_opts_help, lookup_applet_idx("qglsa"))
+#define qglsa_usage(ret) usage(ret, QGLSA_FLAGS, qglsa_long_opts, qglsa_opts_help, NULL, lookup_applet_idx("qglsa"))
typedef enum {
GLSA_FUNKYTOWN, GLSA_LIST, GLSA_DUMP, GLSA_TEST, GLSA_FIX, GLSA_INJECT