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)
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.


No differences found