From c0c97dbbe6e08d338ba56abec023bd57287e3239 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 3 Dec 2019 18:42:07 -0500 Subject: [PATCH] gpgme-tool: Fix help text for INCLUDE_CERTS. * src/gpgme-tool.c (hlp_include_certs): added missing newline. Signed-off-by: Daniel Kahn Gillmor --- src/gpgme-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpgme-tool.c b/src/gpgme-tool.c index 7a0bfcb3..0dbc4a9e 100644 --- a/src/gpgme-tool.c +++ b/src/gpgme-tool.c @@ -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)