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_storage.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ao_storage.c') diff --git a/src/ao_storage.c b/src/ao_storage.c index 69183514..6ffca0e5 100644 --- a/src/ao_storage.c +++ b/src/ao_storage.c @@ -166,13 +166,13 @@ ao_storage_info(void) __reentrant } __code struct ao_cmds ao_storage_cmds[] = { - { ao_storage_info, "f\0Show storage info" }, - { ao_storage_dump, "e \0Dump a block of flash data" }, + { ao_storage_info, "f\0Show storage" }, + { ao_storage_dump, "e \0Dump flash" }, #ifdef HAS_STORAGE_DBG { ao_storage_store, "w ...\0Write data to flash" }, #endif - { ao_storage_zap, "z \0Erase flash containing " }, - { ao_storage_zapall,"Z \0Erase all logs. is doit with D&I" }, + { ao_storage_zap, "z \0Erase " }, + { ao_storage_zapall,"Z \0Erase all. is doit with D&I" }, { 0, NULL }, }; -- cgit v1.2.3