diff --git a/src/main/cli/cli.c b/src/main/cli/cli.c index a036152879..fbb89536b7 100644 --- a/src/main/cli/cli.c +++ b/src/main/cli/cli.c @@ -6469,7 +6469,7 @@ const clicmd_t cmdTable[] = { CLI_COMMAND_DEF("serial", "configure serial ports", NULL, cliSerial), #if defined(USE_SERIAL_PASSTHROUGH) #if defined(USE_PINIO) - CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data data from port 1 to VCP / port 2", " [] [1] [none||reset] [] [] []", cliSerialPassthrough), + CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data data from port 1 to VCP / port 2", " [] [] [none||reset] [] [] []", cliSerialPassthrough), #else CLI_COMMAND_DEF("serialpassthrough", "passthrough serial data from port 1 to VCP / port 2", " [] [] [none|reset] [] [] []", cliSerialPassthrough), #endif