Command usage cleanup
[oweals/u-boot.git] / board / sandburst / karef / karef.c
index 8d97a9c357723d24ce3f2b9b8688887c282e1fc5..9b94af55043e12eacfb730699b38801b3994e0b4 100644 (file)
@@ -578,7 +578,7 @@ int karefRecover(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 
 U_BOOT_CMD(kasetup, 1, 1, karefSetupVars,
-          "kasetup - Set environment to factory defaults\n", NULL);
+          "Set environment to factory defaults", NULL);
 
 U_BOOT_CMD(karecover, 1, 1, karefRecover,
-          "karecover - Set environment to allow for fs recovery\n", NULL);
+          "Set environment to allow for fs recovery", NULL);