From 665b59a0663dd3d064bfeb7ba96c453f0dfa0798 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 11 Mar 2022 14:09:22 +0900 Subject: [PATCH] Fix previous commit. -- Signed-off-by: NIIBE Yutaka --- scd/command.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scd/command.c b/scd/command.c index 5c0a06b93..8bc8f7f4e 100644 --- a/scd/command.c +++ b/scd/command.c @@ -1626,7 +1626,10 @@ static const char hlp_passwd[] = "the card holder verification vector CHVNO. The option --nullpin is\n" "used for TCOS cards to set the initial PIN. The option --clear clears\n" "the security status associated with the PIN so that the PIN needs to\n" - "be presented again. The format of CHVNO depends on the card application."; + "be presented again. The format of CHVNO depends on the card application.\n" + "\n" + "The target card is the currently selected smartcard, when KEYPGIP is not\n" + "specified. When it is specified, it accesses directly with the KEYGRIP."; static gpg_error_t cmd_passwd (assuan_context_t ctx, char *line) {