Clean up commands a bit
authorKeith Packard <keithp@keithp.com>
Sun, 26 Apr 2009 22:38:03 +0000 (15:38 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 26 Apr 2009 22:38:03 +0000 (15:38 -0700)
ao_monitor.c
ao_serial.c

index eee66fa2653de14b7570a1f59f6420549d0a8581..17eee5a3e52b1c1d819daf5c0e5b9c66d8071691 100644 (file)
@@ -72,7 +72,7 @@ ao_set_monitor(void)
 }
 
 __code struct ao_cmds ao_monitor_cmds[] = {
-       { 'M',  ao_set_monitor, "M                                  Enable/disable radio monitoring" },
+       { 'm',  ao_set_monitor,         "m <0 off, 1 on>                    Enable/disable radio monitoring" },
        { 0,    ao_set_monitor, NULL },
 };
 
index 2ed0791408d030d5ad127c942f32344c04a8194f..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" },
+       { 'S', send_serial,             "S <data>                           Send data to serial line" },
        { 0, send_serial, NULL },
 };