application: fix set target voltage doc

This commit is contained in:
King Kévin 2021-05-03 12:37:10 +02:00
parent 3959eabb84
commit 436c925038
1 changed files with 2 additions and 2 deletions

View File

@ -649,9 +649,9 @@ static const struct menu_command_t menu_commands[] = {
{
.shortcut = 'v',
.name = "voltage",
.command_description = "set/measure target voltage",
.command_description = "measure/set target voltage",
.argument = MENU_ARGUMENT_UNSIGNED,
.argument_description = "[0|3|5]",
.argument_description = "[0|3]",
.command_handler = &command_target_voltage,
},
{