mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +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;
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user