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(" Could be one of: sha1, sha256, sha512 "DOCOPT_DEFAULT("sha1") "\r\n");
67
-
TOTP_CLI_PRINTF(" "DOCOPT_OPTION(TOTP_CLI_COMMAND_ADD_ARG_DIGITS_PREFIX, DOCOPT_ARGUMENT(TOTP_CLI_COMMAND_ADD_ARG_DIGITS))" Number of digits to generate, one of: 6, 8 "DOCOPT_DEFAULT("6") "\r\n");
68
-
TOTP_CLI_PRINTF(" "DOCOPT_SWITCH(TOTP_CLI_COMMAND_ADD_ARG_UNSECURE_PREFIX) " Show console user input as-is without masking\r\n");
0 commit comments