diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-26 15:38:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-26 15:38:03 -0700 |
commit | 819f1de8dd6010fae050bcef930943c7923929f9 (patch) | |
tree | 65b883e1bc129a61322737f2b8f6594ac3488380 /ao_monitor.c | |
parent | 178abb5c8439509926a5507911d7148b84f051b8 (diff) |
Clean up commands a bit
Diffstat (limited to 'ao_monitor.c')
-rw-r--r-- | ao_monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_monitor.c b/ao_monitor.c index eee66fa2..17eee5a3 100644 --- a/ao_monitor.c +++ b/ao_monitor.c @@ -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 }, }; |