diff --git a/src/main/cli/cli.c b/src/main/cli/cli.c index 463c7653f9..2e59338cfe 100644 --- a/src/main/cli/cli.c +++ b/src/main/cli/cli.c @@ -6012,7 +6012,7 @@ const clicmd_t cmdTable[] = { #endif #ifdef USE_DSHOT_TELEMETRY - CLI_COMMAND_DEF("dshot_tlm_info", "display dshot telemetry info and stats", NULL, cliDshotTelemetryInfo), + CLI_COMMAND_DEF("dshot_telemetry_info", "display dshot telemetry info and stats", NULL, cliDshotTelemetryInfo), #endif #ifdef USE_DSHOT CLI_COMMAND_DEF("dshotprog", "program DShot ESC(s)", " +", cliDshotProg),