diff options
| author | Michael Jones <michael.jones@matrix-vision.de> | 2011-07-14 22:09:30 +0000 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-07-28 16:38:08 +0200 |
| commit | 6a33a3c2c9794de38514ae8d6c4f09107a5253a7 (patch) | |
| tree | 96128fa4bf5c1ed5fa4e5dcbf7f25782cfdc90ba /common/cmd_mac.c | |
| parent | f18361b9a808af70b666fb8af12d6a6dbe4d5510 (diff) | |
| download | olio-uboot-2014.01-6a33a3c2c9794de38514ae8d6c4f09107a5253a7.tar.xz olio-uboot-2014.01-6a33a3c2c9794de38514ae8d6c4f09107a5253a7.zip | |
cmd_mac: cleanup help
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'common/cmd_mac.c')
| -rw-r--r-- | common/cmd_mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_mac.c b/common/cmd_mac.c index 1884c2aa8..0f924b705 100644 --- a/common/cmd_mac.c +++ b/common/cmd_mac.c @@ -30,7 +30,7 @@ U_BOOT_CMD( mac, 3, 1, do_mac, "display and program the system ID and MAC addresses in EEPROM", "[read|save|id|num|errata|date|ports|0|1|2|3|4|5|6|7]\n" - "read\n" + "mac read\n" " - show content of EEPROM\n" "mac save\n" " - save to the EEPROM\n" |