You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TOTP_CLI_PRINTF("\t\t"TOTP_CLI_ARG(TOTP_CLI_COMMAND_ADD_ARG_ALGO) " - "TOTP_CLI_OPTIONAL_PARAM_MARK" token hashing algorithm, could be one of: sha1, sha256, sha512; default: sha1\r\n");
54
+
TOTP_CLI_PRINTF("\t\t"TOTP_CLI_ARG(TOTP_CLI_COMMAND_ADD_ARG_DIGITS) " - "TOTP_CLI_OPTIONAL_PARAM_MARK" number of digits to generate, one of: 6, 8; default: 6\r\n\r\n");
TOTP_CLI_PRINTF("\t\t"TOTP_CLI_ARG(TOTP_CLI_COMMAND_DELETE_ARG_INDEX) " - token index in the list\r\n");
17
+
TOTP_CLI_PRINTF("\t\t"TOTP_CLI_COMMAND_DELETE_ARG_FORCE_SUFFIX" - "TOTP_CLI_OPTIONAL_PARAM_MARK" force command to do not ask user for interactive confirmation\r\n\r\n");
TOTP_CLI_PRINTF("\t\t"TOTP_CLI_ARG(TOTP_CLI_COMMAND_TIMEZONE_ARG_TIMEZONE) " - "TOTP_CLI_OPTIONAL_PARAM_MARK" timezone offset in hours to be set, if not provided then current timezone offset will be printed\r\n\r\n");
0 commit comments