altos: Shrink const space in ao_config
authorKeith Packard <keithp@keithp.com>
Tue, 5 Jul 2011 01:04:49 +0000 (18:04 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 5 Jul 2011 01:04:49 +0000 (18:04 -0700)
commit06b6f78e22be38a26bfe11ed4d4b659d5b13f00c
tree736039bd5b9f34a718f7fd99093a66309d364f3a
parentd3c26e534d8df34cfbf29b70cd1b2692493ce150
altos: Shrink const space in ao_config

Eliminate separate 'cmd' and 'help' struct entries.
Use \0 trick in cmd strings to eliminate whitespace.
Edit help text.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_config.c