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_log_single.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_log_single.c')
-rw-r--r-- | src/core/ao_log_single.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ao_log_single.c b/src/core/ao_log_single.c index 9e90bd82..3f6235a6 100644 --- a/src/core/ao_log_single.c +++ b/src/core/ao_log_single.c @@ -180,9 +180,9 @@ ao_log_single_query(void) } const struct ao_cmds ao_log_single_cmds[] = { - { ao_log_single_set, "L <0 off, 1 on>\0Set logging mode" }, - { ao_log_single_list, "l\0List stored flight logs" }, - { ao_log_single_delete, "d 1\0Delete all stored flights" }, + { ao_log_single_set, "L <0 off, 1 on>\0Set logging" }, + { ao_log_single_list, "l\0List stored logs" }, + { ao_log_single_delete, "d 1\0Delete all stored logs" }, { ao_log_single_query, "q\0Query log status" }, { 0, NULL }, }; |