X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcmd_cache.c;h=0dfa3363bdd754e4dbac3ddadb339c497acffeb2;hb=a89c33db96a1e55319a286dd4c3c05ca64ac6bfd;hp=c0f2cbaf6742359edbc65a2ab3e26a0db93bf49a;hpb=94796d8544d4248028141bad11c6a74b840e9d6e;p=oweals%2Fu-boot.git diff --git a/common/cmd_cache.c b/common/cmd_cache.c index c0f2cbaf67..0dfa3363bd 100644 --- a/common/cmd_cache.c +++ b/common/cmd_cache.c @@ -99,14 +99,14 @@ U_BOOT_CMD( icache, 2, 1, do_icache, "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, "enable or disable data cache", "[on, off]\n" - " - enable or disable data (writethrough) cache\n" + " - enable or disable data (writethrough) cache" ); #endif