]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_cache.c
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[u-boot] / common / cmd_cache.c
index caa56daf2ed439a85dbc4524fd56a5c2071bc268..0dfa3363bdd754e4dbac3ddadb339c497acffeb2 100644 (file)
@@ -97,16 +97,16 @@ static int on_off (const char *s)
 
 U_BOOT_CMD(
        icache,   2,   1,     do_icache,
-       "icache  - enable or disable instruction cache\n",
+       "enable or disable instruction cache",
        "[on, off]\n"
-       "    - enable or disable instruction cache\n"
+       "    - enable or disable instruction cache"
 );
 
 U_BOOT_CMD(
        dcache,   2,   1,     do_dcache,
-       "dcache  - enable or disable data cache\n",
+       "enable or disable data cache",
        "[on, off]\n"
-       "    - enable or disable data (writethrough) cache\n"
+       "    - enable or disable data (writethrough) cache"
 );
 
 #endif