aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2020-11-20 17:17:30 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2020-11-20 17:17:30 +0900
commitcc8b99d18e26397028ca185e44d0886a94cc1bf6 (patch)
treec519ec824d4d44b2f48dd193305c95932978bc07
parent0a265d6498e8076bab39fd69f77d83899ed6878a (diff)
downloadgnupg-cc8b99d18e26397028ca185e44d0886a94cc1bf6.tar.gz
Fix the previous comment changes help doc string.
* scd/command.c (hlp_learn): Fix the doc string. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--agent/call-scd.c2
-rw-r--r--g10/call-agent.c2
-rw-r--r--scd/command.c2
3 files changed, 3 insertions, 3 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
diff --git a/g10/call-agent.c b/g10/call-agent.c
index 8e241e6a7..cc0da316b 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -840,7 +840,7 @@ scd_keypairinfo_status_cb (void *opaque, const char *line)
if (keywordlen == 11 && !memcmp (keyword, "KEYPAIRINFO", keywordlen))
{
/* The format of such a line is:
- * KEYPAIRINFO <hexgrip> <keyref> [usage] [keytime] [fprtime] [algostr]
+ * KEYPAIRINFO <hexgrip> <keyref> [usage] [keytime] [algostr]
*/
const char *fields[4];
int nfields;
diff --git a/scd/command.c b/scd/command.c
index 0f31218e8..c1cded6b1 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -451,7 +451,7 @@ static const char hlp_learn[] =
"are implemented. These strings are aliases for the AID. With option\n"
"--multi information for all switchable apps are returned.\n"
"\n"
- " S KEYPAIRINFO <hexstring_with_keygrip> <hexstring_with_id> [<usage>]\n"
+ " S KEYPAIRINFO <hexgrip> <keyref> [<usage>] [<keytime>] [<algo>]\n"
"\n"
"If there is no certificate yet stored on the card a single 'X' is\n"
"returned as the keygrip. For more info see doc/DETAILS. In addition\n"