diff options
Diffstat (limited to 'agent')
-rw-r--r-- | agent/command.c | 2 | ||||
-rw-r--r-- | agent/keyformat.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/agent/command.c b/agent/command.c index e5d22689f..1803b5f4e 100644 --- a/agent/command.c +++ b/agent/command.c @@ -3043,7 +3043,7 @@ io_monitor (assuan_context_t ctx, void *hook, int direction, (void) hook; - /* Note that we only check for the uppercase name. This allows to + /* Note that we only check for the uppercase name. This allows the user to see the logging for debugging if using a non-upercase command name. */ if (ctx && direction == ASSUAN_IO_FROM_PEER diff --git a/agent/keyformat.txt b/agent/keyformat.txt index c1a59ce15..ddfb44b0b 100644 --- a/agent/keyformat.txt +++ b/agent/keyformat.txt @@ -324,7 +324,7 @@ similar to the private-key storage format. This is a master passphrase format where each file may protect several secrets under one master passphrase. It is possible to have several of those files each protected by a dedicated master passphrase. Clear text keywords -allow to list the available protected passphrases. +allow listing the available protected passphrases. The name of the files with these protected secrets have this form: pw-<string>.dat. STRING may be an arbitrary string, as a default name |