clean up host programs, too
[fw/altos] / ao_serial.c
index a2292980c21b66cf1489cbcdc45ae9ac0c5138e5..ae5e07640b5ba98367bb072dc2eff3e9b85e8cc7 100644 (file)
@@ -101,7 +101,7 @@ send_serial(void)
 }
 
 __code struct ao_cmds ao_serial_cmds[] = {
-       { 'S', send_serial,             "S<data>                            Send data to serial line\n" },
+       { 'S', send_serial,             "S <data>                           Send data to serial line" },
        { 0, send_serial, NULL },
 };