+Heinrich Schuchardt Hi,
On Tue, 1 Jun 2021 at 00:06, <opensource....@gmail.com> wrote: > > From: Adarsh Babu Kalepalli <opensource....@gmail.com> > > "HELP description is provided for ‘configure’ sub-command > of ‘blkcache’. > > Signed-off-by: Adarsh Babu Kalepalli <opensource....@gmail.com> > --- > > cmd/blkcache.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cmd/blkcache.c b/cmd/blkcache.c > index 25f252e455..89ae52150a 100644 > --- a/cmd/blkcache.c > +++ b/cmd/blkcache.c > @@ -84,4 +84,5 @@ U_BOOT_CMD( > "block cache diagnostics and control", > "show - show and reset statistics\n" > "blkcache configure blocks entries\n" > + " - configure 'max blocks/entry' to 'blocks' and 'max cache > entries' to 'entries'\n" How about something like this > "blkcache configure <blocks> <entries> - set max blocks per entry and > max cache entries\n" > ); > -- > 2.17.1 > Regards, Simon