From: Adarsh Babu Kalepalli Date: Wed, 30 Jun 2021 18:27:45 +0000 (+0530) Subject: cmd:Elaborate 'blkcache' cmd HELP statement X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=f86eba03fa2314e13ff91591ad762d0df2c6e9fe;p=u-boot.git cmd:Elaborate 'blkcache' cmd HELP statement HELP description is provided for ‘configure’ sub-command of ‘blkcache’. Signed-off-by: Adarsh Babu Kalepalli Reviewed-by: Simon Glass --- 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 " + "- set max blocks per entry and max cache entries\n" );