src/ao_cmd: Shave off bytes from doc strings
[fw/altos] / src / ao_config.c
index cd56b47314a62d091bc7e311411a8e3ac11c5848..c6d36247f1b5504f6e034cd879bdbe2df23834ab 100644 (file)
@@ -439,8 +439,8 @@ ao_config_write(void) __reentrant
 #endif
 
 __code struct ao_cmds ao_config_cmds[] = {
-       { 'c',  ao_config_set,  "c <var> <value>                    Set config variable (? for help, s to show)" },
-       { '\0', ao_config_set, NULL },
+       { ao_config_set,        "c <var> <value>\0Set config variable (? for help, s to show)" },
+       { 0, NULL },
 };
 
 void