cmd:Elaborate 'blkcache' cmd HELP statement
authorAdarsh Babu Kalepalli <opensource.kab@gmail.com>
Wed, 30 Jun 2021 18:27:45 +0000 (23:57 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 4 Aug 2021 19:58:31 +0000 (15:58 -0400)
HELP description is provided for ‘configure’ sub-command
of ‘blkcache’.

Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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"
 );