1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Fix typo vtxtable cli description (#8663)

Fix typo vtxtable cli description
This commit is contained in:
Michael Keller 2019-08-06 23:53:01 +12:00 committed by mikeller
parent c3e0e56edc
commit 1a51e6a3bb

View file

@ -5792,7 +5792,7 @@ const clicmd_t cmdTable[] = {
#endif
#endif
#ifdef USE_VTX_TABLE
CLI_COMMAND_DEF("vtxtable", "vtx frequency able", "<band> <bandname> <bandletter> <freq> ... <freq>\r\n", cliVtxTable),
CLI_COMMAND_DEF("vtxtable", "vtx frequency table", "<band> <bandname> <bandletter> <freq> ... <freq>\r\n", cliVtxTable),
#endif
};