diff options
author | Daniel Kahn Gillmor <[email protected]> | 2019-12-03 23:42:07 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2019-12-03 23:42:07 +0000 |
commit | c0c97dbbe6e08d338ba56abec023bd57287e3239 (patch) | |
tree | 8fec9797bb6211e2bfcca3b7974af68cf2177c77 /src/gpgme-tool.c | |
parent | core,w32: Silence compiler warnings. (diff) | |
download | gpgme-c0c97dbbe6e08d338ba56abec023bd57287e3239.tar.gz gpgme-c0c97dbbe6e08d338ba56abec023bd57287e3239.zip |
gpgme-tool: Fix help text for INCLUDE_CERTS.
* src/gpgme-tool.c (hlp_include_certs): added missing newline.
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'src/gpgme-tool.c')
-rw-r--r-- | src/gpgme-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |