gpg-card: Give a hint on how to get help for the "yubikey" command.

* tools/card-yubikey.c (yubikey_commands): Print a hint.
This commit is contained in:
Werner Koch 2023-10-05 11:07:16 +02:00
parent c1f78634ec
commit b4449ffabc
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 2 additions and 0 deletions

View File

@ -332,6 +332,8 @@ yubikey_commands (card_info_t info, estream_t fp, int argc, const char *argv[])
cmd = ykDISABLE;
else
{
log_info ("Please use \"%s\" to list the available sub-commands\n",
"help yubikey");
err = gpg_error (GPG_ERR_UNKNOWN_COMMAND);
goto leave;
}