aboutsummaryrefslogtreecommitdiffstats
path: root/tools/card-yubikey.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/card-yubikey.c')
-rw-r--r--tools/card-yubikey.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/card-yubikey.c b/tools/card-yubikey.c
index ece7edc48..63d49c762 100644
--- a/tools/card-yubikey.c
+++ b/tools/card-yubikey.c
@@ -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;
}