]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/barco/barco.c
Command usage cleanup
[people/ms/u-boot.git] / board / barco / barco.c
index e3abca4cffd11fae0ac156af59eb9ddc8d0ef672..a19e1edabb24ba2ef8702190b274eb4827454bc4 100644 (file)
@@ -306,19 +306,19 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
 U_BOOT_CMD (
                try_working, 1, 1, barcobcd_boot_image,
-               " try_working - check flash value and boot the appropriate image\n",
+               "check flash value and boot the appropriate image",
                "\n"
          );
 
 U_BOOT_CMD (
                boot_working, 1, 1, barcobcd_boot_image,
-               " boot_working - check flash value and boot the appropriate image\n",
+               "check flash value and boot the appropriate image",
                "\n"
          );
 
 U_BOOT_CMD (
                boot_default, 1, 1, barcobcd_boot_image,
-               " boot_default - check flash value and boot the appropriate image\n",
+               "check flash value and boot the appropriate image",
                "\n"
          );
 /*