1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-30 22:08:02 +02:00

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

View File

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