application (minor): fix string and spacing

This commit is contained in:
King Kévin 2019-07-29 18:33:05 +02:00
parent 99a039c3c8
commit 18a237d726
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ static const struct menu_command_t menu_commands[] = {
{
.shortcut = 'd',
.name = "date",
.command_description = "show date and time",
.command_description = "show/set date and time",
.argument = MENU_ARGUMENT_STRING,
.argument_description = "[YYYY-MM-DD HH:MM:SS]",
.command_handler = &command_datetime,