diff options
Diffstat (limited to 'scd/command.c')
-rw-r--r-- | scd/command.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scd/command.c b/scd/command.c index 1b8a0aa7e..c3ca93846 100644 --- a/scd/command.c +++ b/scd/command.c @@ -452,8 +452,9 @@ static const char hlp_learn[] = " S KEYPAIRINFO <hexstring_with_keygrip> <hexstring_with_id> [<usage>]\n" "\n" "If there is no certificate yet stored on the card a single 'X' is\n" - "returned as the keygrip. In addition to the keypair info, information\n" - "about all certificates stored on the card is also returned:\n" + "returned as the keygrip. For more info see doc/DETAILS. In addition\n" + "to the keypair info, information about all certificates stored on the\n" + "card is also returned:\n" "\n" " S CERTINFO <certtype> <hexstring_with_id>\n" "\n" |