From 02dc518787c5d8525c18986947a59c8ef1bd41da Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 27 Oct 2015 17:09:40 -0400 Subject: [PATCH] agent: Clarify agent's KEYWRAP_KEY description. -- Signed-Off-By: Daniel Kahn Gillmor --- agent/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"