gpgme-tool: Fix help text for INCLUDE_CERTS.

* src/gpgme-tool.c (hlp_include_certs): added missing newline.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2019-12-03 18:42:07 -05:00
parent d480a3c8f3
commit c0c97dbbe6

View File

@ -2149,7 +2149,7 @@ static const char hlp_include_certs[] =
"\n"
"With DEFAULT or N, set how many certificates should be\n"
"included in the next S/MIME signed message. See the\n"
"GPGME documentation for details on the meaning of"
"GPGME documentation for details on the meaning of\n"
"various N. Without either, return the current setting.";
static gpg_error_t
cmd_include_certs (assuan_context_t ctx, char *line)