diff --git a/stm-firmware/ui/shell.c b/stm-firmware/ui/shell.c index 0777e48..3b20611 100644 --- a/stm-firmware/ui/shell.c +++ b/stm-firmware/ui/shell.c @@ -1202,7 +1202,7 @@ static shellmatta_cmd_t cmd[25] = { }, { .cmd = "baudrate", - .cmdAlias = "opt-bytes", + .cmdAlias = "baud", .helpText = "Set a new temporary baudrate for the UART", .usageText = "baudrate ", .cmdFct = shell_cmd_set_baud,