mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
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>
This commit is contained in:
parent
7bae13da36
commit
d20481ee3c
1 changed files with 1 additions and 1 deletions
2
cmd/fs.c
2
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue