src/ao_cmd: Shave off bytes from doc strings
[fw/altos] / src / ao_serial.c
index a48734c2f22793a957fb9575f6f5d0d2e0d21c26..dd383fca18ff141a5ffd7c0af0f923f746437eca 100644 (file)
@@ -93,8 +93,8 @@ monitor_serial(void)
 }
 
 __code struct ao_cmds ao_serial_cmds[] = {
-       { 'M', monitor_serial,          "M <enable>                         Monitor serial data" },
-       { 0, monitor_serial, NULL },
+       { monitor_serial,               "M <enable>\0Monitor serial data" },
+       { 0, NULL },
 };
 
 static const struct {