aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r--src/gpg-error.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 9042a0f..e915797 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1321,7 +1321,8 @@ typedef struct
{ 1, NULL, (ARGPARSE_OPT_VERBATIM), (d) }
/* Same as ARGPARSE_verbatim but also print a colon and a LF. N can
- * be used give a symbolic name to the header. */
+ * be used give a symbolic name to the header. Nothing is printed if
+ * D is the empty string. */
#define ARGPARSE_header(n,d) \
{ 1, (n), (ARGPARSE_OPT_HEADER), (d) }