diff options
author | NIIBE Yutaka <[email protected]> | 2020-11-20 08:17:30 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2020-11-20 08:17:30 +0000 |
commit | cc8b99d18e26397028ca185e44d0886a94cc1bf6 (patch) | |
tree | c519ec824d4d44b2f48dd193305c95932978bc07 /agent/call-scd.c | |
parent | gpg,agent: Fix comments for KEYPAIRINFO status report. (diff) | |
download | gnupg-cc8b99d18e26397028ca185e44d0886a94cc1bf6.tar.gz gnupg-cc8b99d18e26397028ca185e44d0886a94cc1bf6.zip |
Fix the previous comment changes help doc string.
* scd/command.c (hlp_learn): Fix the doc string.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'agent/call-scd.c')
-rw-r--r-- | agent/call-scd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/call-scd.c b/agent/call-scd.c index cde2d6dd8..3ede33c1d 100644 --- a/agent/call-scd.c +++ b/agent/call-scd.c @@ -677,7 +677,7 @@ readkey_status_cb (void *opaque, const char *line) && !parm->keyref) { /* The format of such a line is: - * KEYPAIRINFO <hexgrip> <keyref> [usage] [keytime] [fprtime] [algostr] + * KEYPAIRINFO <hexgrip> <keyref> [usage] [keytime] [algostr] * * Here we only need the keyref. We use only the first received * KEYPAIRINFO; it is possible to receive several if there are |