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_adc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ao_adc.c') diff --git a/src/ao_adc.c b/src/ao_adc.c index 48568383..cbeb6a24 100644 --- a/src/ao_adc.c +++ b/src/ao_adc.c @@ -162,7 +162,7 @@ ao_adc_dump(void) __reentrant } __code struct ao_cmds ao_adc_cmds[] = { - { ao_adc_dump, "a\0Display current ADC values" }, + { ao_adc_dump, "a\0Current ADC" }, { 0, NULL }, }; -- cgit v1.2.3