diff options
author | Ben McGinnes <[email protected]> | 2018-03-21 19:33:16 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-21 19:33:16 +0000 |
commit | 76055dd5c7d755c6f8a242b701aeadba621fbc0f (patch) | |
tree | b995196bcadcfa0485429d753397f61317b17292 /src | |
parent | core: Do not clobber R_KEY in gpgme_get_key on error. (diff) | |
parent | examples: multi-key selection operations (diff) | |
download | gpgme-76055dd5c7d755c6f8a242b701aeadba621fbc0f.tar.gz gpgme-76055dd5c7d755c6f8a242b701aeadba621fbc0f.zip |
Merge branch 'ben/docs/2018-03' of ssh+git://playfair.gnupg.org/git/gpgme into ben/docs/2018-03
Diffstat (limited to '')
-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 3e2dc785..e7a7a6f3 100644 --- a/src/gpgme-tool.c +++ b/src/gpgme-tool.c @@ -3101,7 +3101,7 @@ cmd_hash_algo_name (assuan_context_t ctx, char *line) static const char hlp_identify[] = - "IDENTIY\n" + "IDENTIFY\n" "\n" "Identify the type of data set with the INPUT command."; static gpg_error_t |