src/ao_cmd: Shave off bytes from doc strings
authorAnthony Towns <aj@erisian.com.au>
Sun, 27 Feb 2011 01:11:12 +0000 (11:11 +1000)
committerKeith Packard <keithp@keithp.com>
Mon, 7 Mar 2011 08:01:46 +0000 (00:01 -0800)
commit8cdf4fb051c22b35c251d90bc288551f7c2898bf
treea3b39a462dad7f9042ff6b34bdc9ff5e0fea0dec
parent2cfe205de4242398e69c9e7c613af0d2a7094686
src/ao_cmd: Shave off bytes from doc strings

Switch to using { func, "X args\0Desc" } to specify command, saving
a char field by looking at help[0] instead, and reduce help length by
doing alignment with printf instead of hardcoded spaces.
15 files changed:
src/ao.h
src/ao_adc.c
src/ao_cmd.c
src/ao_config.c
src/ao_dbg.c
src/ao_flight_test.c
src/ao_gps_skytraq.c
src/ao_host.h
src/ao_ignite.c
src/ao_log.c
src/ao_monitor.c
src/ao_packet_master.c
src/ao_radio.c
src/ao_serial.c
src/ao_storage.c