diff options
author | Mickaël Tansorier <mickael.tansorier@smile.fr> | 2023-09-16 00:11:53 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-09-29 12:55:39 +0200 |
commit | 5bb1d1f9dac08dd84ea1d62eefaf5b7cbba8fe1a (patch) | |
tree | 43930d51a9fd0b54052d88277016b21672b5ff58 /doc/usage/cmd | |
parent | 964aae164414b15ef91a0319decb13e7e2c06b52 (diff) |
doc: usage: load: document part as hexadecimal
`part` option is in hexadecimal, so information is missing in usage
documentation.
Callgraph for `part` parsing is :
do_load -> fs_set_blk_dev -> part_get_info_by_dev_and_name_or_num ->
blk_get_device_part_str -> hextoul (This is why it is hexadecimal)
Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r-- | doc/usage/cmd/load.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/load.rst b/doc/usage/cmd/load.rst index 1efee77317..2c892ee1cb 100644 --- a/doc/usage/cmd/load.rst +++ b/doc/usage/cmd/load.rst @@ -40,7 +40,7 @@ bytes pos number of bytes to skip -addr, bytes, pos are hexadecimal numbers. +part, addr, bytes, pos are hexadecimal numbers. Example ------- |