Skip to content

Commit

Permalink
Fix typo vtxtable cli description (#8663)
Browse files Browse the repository at this point in the history
Fix typo vtxtable cli description
  • Loading branch information
mikeller committed Aug 6, 2019
2 parents 95e9445 + a8eb47d commit a01cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cli/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -6119,7 +6119,7 @@ const clicmd_t cmdTable[] = {
#endif
#endif
#ifdef USE_VTX_TABLE
CLI_COMMAND_DEF("vtxtable", "vtx frequency able", "<band> <bandname> <bandletter> [FACTORY|CUSTOM] <freq> ... <freq>\r\n", cliVtxTable),
CLI_COMMAND_DEF("vtxtable", "vtx frequency table", "<band> <bandname> <bandletter> [FACTORY|CUSTOM] <freq> ... <freq>\r\n", cliVtxTable),
#endif
};

Expand Down

0 comments on commit a01cb0c

Please sign in to comment.