Skip to content

Commit dca6043

Browse files
committed
Small fix
1 parent 88a9666 commit dca6043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/commands/version/version.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#ifdef TOTP_CLI_RICH_HELP_ENABLED
66
void totp_cli_command_version_docopt_commands() {
7-
TOTP_CLI_PRINTF(" " TOTP_CLI_COMMAND_VERSION " Get application version\r\n");
7+
TOTP_CLI_PRINTF(" " TOTP_CLI_COMMAND_VERSION " Get application version\r\n");
88
}
99
void totp_cli_command_version_docopt_usage() {
1010
TOTP_CLI_PRINTF(" " TOTP_CLI_COMMAND_NAME " " TOTP_CLI_COMMAND_VERSION "\r\n");

0 commit comments

Comments
 (0)