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 /scd/command.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 'scd/command.c')
-rw-r--r-- | scd/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |