aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorBaruch Siach2023-05-07 13:48:06 +0300
committerTom Rini2023-05-31 17:23:01 -0400
commitd20481ee3c8a95ce713f595b5ee84969b1c9fa01 (patch)
treed35e328c33fa80a07506edf9a11552d603e7d0e5 /cmd
parent7bae13da36477ce451ef5975e0cf79dbe035b52c (diff)
cmd: fs: document where 'size' stores its result
Make it a little bit easier for the user to utilize the 'size' command. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fs.c b/cmd/fs.c
index 5ad11647c2d..6044f73af5b 100644
--- a/cmd/fs.c
+++ b/cmd/fs.c
@@ -20,7 +20,7 @@ U_BOOT_CMD(
"determine a file's size",
"<interface> <dev[:part]> <filename>\n"
" - Find file 'filename' from 'dev' on 'interface'\n"
- " and determine its size."
+ " determine its size, and store in the 'filesize' variable."
);
static int do_load_wrapper(struct cmd_tbl *cmdtp, int flag, int argc,