diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-07 00:24:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-07 00:24:59 -0700 |
commit | d0d0d20c20e5eeacbc9a1ec1c93141a2044830fb (patch) | |
tree | 5feae63be64b7f42710e6a06e263ad854357afcb /src/core/ao_monitor.c | |
parent | 8405efb6ca68c8216413b94e7acbdf51af00554a (diff) |
altos: Shorten help strings
Save a bit of code space
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_monitor.c')
-rw-r--r-- | src/core/ao_monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_monitor.c b/src/core/ao_monitor.c index 7960208e..830464d8 100644 --- a/src/core/ao_monitor.c +++ b/src/core/ao_monitor.c @@ -267,7 +267,7 @@ set_monitor(void) } __code struct ao_cmds ao_monitor_cmds[] = { - { set_monitor, "m <0 off, 1 old, 20 std>\0Enable/disable radio monitoring" }, + { set_monitor, "m <0 off, 1 old, 20 std>\0Set radio monitoring" }, { 0, NULL }, }; #endif |