From b51e5466f7a125db873edd1fa9bd3881d7e98aad Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 4 Jul 2011 18:08:19 -0700 Subject: altos: Shrink help text Reduce const space taken by command help text. Signed-off-by: Keith Packard --- src/ao_log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ao_log.c') diff --git a/src/ao_log.c b/src/ao_log.c index 433e9c3a..71900490 100644 --- a/src/ao_log.c +++ b/src/ao_log.c @@ -262,8 +262,8 @@ ao_log_delete(void) __reentrant } __code struct ao_cmds ao_log_cmds[] = { - { ao_log_list, "l\0List stored flight logs" }, - { ao_log_delete, "d \0Delete stored flight" }, + { ao_log_list, "l\0List flight logs" }, + { ao_log_delete, "d \0Delete flight" }, { 0, NULL }, }; -- cgit v1.2.3