mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-17 14:07:03 +01: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:
parent
c1f78634ec
commit
b4449ffabc
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user