diff options
| author | Andre Heinecke <[email protected]> | 2018-05-25 10:22:37 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2018-05-25 10:22:37 +0000 | 
| commit | ed20936ce4d5bb066828346b9a06d2dfa8d6afb2 (patch) | |
| tree | a89d432d6c9be55738bc676d2d26e0c7627fe399 /src | |
| parent | json: Refactor signature and ei code (diff) | |
| download | gpgme-ed20936ce4d5bb066828346b9a06d2dfa8d6afb2.tar.gz gpgme-ed20936ce4d5bb066828346b9a06d2dfa8d6afb2.zip | |
json: Add additional commands to help
* src/gpgme-json.c (hlp_help): Add additional commands.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpgme-json.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/gpgme-json.c b/src/gpgme-json.c index 99f7d425..aa8832f2 100644 --- a/src/gpgme-json.c +++ b/src/gpgme-json.c @@ -2004,7 +2004,10 @@ static const char hlp_help[] =    "help mode.  Supported values for \"op\" are:\n\n"    "  encrypt     Encrypt data.\n"    "  decrypt     Decrypt data.\n" +  "  keylist     List keys.\n"    "  sign        Sign data.\n" +  "  verify      Verify data.\n" +  "  version     Get engine information.\n"    "  getmore     Retrieve remaining data.\n"    "  help        Help overview.";  static gpg_error_t | 
