diff options
author | Daniel Kahn Gillmor <[email protected]> | 2015-10-27 21:09:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-28 09:19:17 +0000 |
commit | 02dc518787c5d8525c18986947a59c8ef1bd41da (patch) | |
tree | 6842c9e6d7c1905379a7b8eaaa8401bff68c21d8 /agent/command.c | |
parent | dirmngr: Minor cleanup of the SRV RR code. (diff) | |
download | gnupg-02dc518787c5d8525c18986947a59c8ef1bd41da.tar.gz gnupg-02dc518787c5d8525c18986947a59c8ef1bd41da.zip |
agent: Clarify agent's KEYWRAP_KEY description.
--
Signed-Off-By: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | agent/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c index f09a2ff32..509f4573d 100644 --- a/agent/command.c +++ b/agent/command.c @@ -1978,7 +1978,7 @@ static const char hlp_keywrap_key[] = "mechanism or not used at all if the key is a pre-shared key. In any\n" "case wrapping the import and export of keys is a requirement for\n" "certain cryptographic validations and thus useful. The key persists\n" - "a RESET command but may be cleared using the option --clear.\n" + "until a RESET command but may be cleared using the option --clear.\n" "\n" "Supported modes are:\n" " --import - Return a key to import a key into gpg-agent\n" |