Merge https://source.denx.de/u-boot/custodians/u-boot-spi
[platform/kernel/u-boot.git] / cmd / blkcache.c
index 25f252e..47ea1ec 100644 (file)
@@ -83,5 +83,6 @@ U_BOOT_CMD(
        blkcache, 4, 0, do_blkcache,
        "block cache diagnostics and control",
        "show - show and reset statistics\n"
-       "blkcache configure blocks entries\n"
+       "blkcache configure <blocks> <entries> "
+       "- set max blocks per entry and max cache entries\n"
 );