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.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.c')
| -rw-r--r-- | src/core/ao_log.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/ao_log.c b/src/core/ao_log.c index 6d3ad535..db60707d 100644 --- a/src/core/ao_log.c +++ b/src/core/ao_log.c @@ -264,7 +264,7 @@ ao_log_delete(void) __reentrant  }  __code struct ao_cmds ao_log_cmds[] = { -	{ ao_log_list,	"l\0List flight logs" }, +	{ ao_log_list,	"l\0List logs" },  	{ ao_log_delete,	"d <flight-number>\0Delete flight" },  	{ 0,	NULL },  }; | 
