diff --git a/src/main/fc/cli.c b/src/main/fc/cli.c index 22c09b508a..b5ac83443a 100755 --- a/src/main/fc/cli.c +++ b/src/main/fc/cli.c @@ -3500,12 +3500,12 @@ const clicmd_t cmdTable[] = { CLI_COMMAND_DEF("defaults", "reset to defaults and reboot", NULL, cliDefaults), CLI_COMMAND_DEF("bl", "reboot into bootloader", NULL, cliBootloader), CLI_COMMAND_DEF("diff", "list configuration changes from default", - "[master|profile|rates|all] {showdefaults}", cliDiff), + "[master|profile|rates|all] {defaults}", cliDiff), #ifdef USE_DSHOT CLI_COMMAND_DEF("dshotprog", "program DShot ESC(s)", " +", cliDshotProg), #endif CLI_COMMAND_DEF("dump", "dump configuration", - "[master|profile|rates|all] {showdefaults}", cliDump), + "[master|profile|rates|all] {defaults}", cliDump), #ifdef USE_ESCSERIAL CLI_COMMAND_DEF("escprog", "passthrough esc to serial", " ", cliEscPassthrough), #endif