]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/zeus/zeus.c
Command usage cleanup
[karo-tx-uboot.git] / board / zeus / zeus.c
index 974bdf29c15a067af255db1299d5ac4e4983701a..3f329c2fc99ab565f42889343255cdbbda34d052 100644 (file)
@@ -327,7 +327,7 @@ int do_set_default(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD(
        setdef, 4,      1,      do_set_default,
-       "setdef  - write board-specific values to EEPROM (ethaddr...)\n",
+       "write board-specific values to EEPROM (ethaddr...)",
        "ethaddr eth1addr serial#\n    - write board-specific values to EEPROM\n"
        );
 
@@ -418,7 +418,7 @@ int do_chkreset(cmd_tbl_t* cmdtp, int flag, int argc, char* argv[])
 
 U_BOOT_CMD (
        chkreset, 1, 1, do_chkreset,
-       "chkreset- Check for status of SW-reset button and act accordingly\n",
+       "Check for status of SW-reset button and act accordingly",
        NULL
 );