uboot-mt623x/board/micronas/vct
Wolfgang Denk a89c33db96 General help message cleanup
Many of the help messages were not really helpful; for example, many
commands that take no arguments would not print a correct synopsis
line, but "No additional help available." which is not exactly wrong,
but not helpful either.

Commit ``Make "usage" messages more helpful.'' changed this
partially. But it also became clear that lots of "Usage" and "Help"
messages (fields "usage" and "help" in struct cmd_tbl_s respective)
were actually redundant.

This patch cleans this up - for example:

Before:
	=> help dtt
	dtt - Digital Thermometer and Thermostat

	Usage:
	dtt         - Read temperature from digital thermometer and thermostat.

After:
	=> help dtt
	dtt - Read temperature from Digital Thermometer and Thermostat

	Usage:
	dtt

Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-06-12 20:47:16 +02:00
..
vcth MIPS: Add VCT board series support (Part 3/3) 2009-01-27 23:08:26 +09:00
vcth2 MIPS: Add VCT board series support (Part 3/3) 2009-01-27 23:08:26 +09:00
vctv MIPS: Add VCT board series support (Part 3/3) 2009-01-27 23:08:26 +09:00
Makefile MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
bcu.h MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
config.mk MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
dcgu.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
dcgu.h MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi.h MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi_nor_flash.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi_onenand.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ebi_smc911x.c MIPS: Add VCT board series support (Part 1/3) 2009-01-27 23:08:08 +09:00
ehci.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
gpio.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
scc.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
scc.h MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
smc_eeprom.c General help message cleanup 2009-06-12 20:47:16 +02:00
top.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
u-boot.lds Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
vct.c MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00
vct.h MIPS: Add VCT board series support (Part 2/3) 2009-01-27 23:08:17 +09:00