summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorAdarsh Babu Kalepalli <opensource.kab@gmail.com>2021-06-30 21:27:45 +0300
committerTom Rini <trini@konsulko.com>2021-08-04 22:58:31 +0300
commitf86eba03fa2314e13ff91591ad762d0df2c6e9fe (patch)
tree85bd3270cbceb40487153c4b3ae88f69c442f132 /cmd
parente02c082287fd3d9ca90da95476d64a4bc4395a54 (diff)
downloadu-boot-f86eba03fa2314e13ff91591ad762d0df2c6e9fe.tar.xz
cmd:Elaborate 'blkcache' cmd HELP statement
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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/blkcache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/blkcache.c b/cmd/blkcache.c
index 25f252e455..47ea1ec0b9 100644
--- a/cmd/blkcache.c
+++ b/cmd/blkcache.c
@@ -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"
);