summaryrefslogtreecommitdiff
path: root/doc/usage/index.rst
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2023-03-02 11:12:23 +0300
committerTom Rini <trini@konsulko.com>2023-03-17 23:10:42 +0300
commit2bec5480522298c99d04b7600d300a83b318a0d5 (patch)
treefa27fee6e4fa53049eb2bdcf4a64d5216f907abd /doc/usage/index.rst
parent8311ac5fe0831ae26ffb68fab6b927b18d7036d2 (diff)
downloadu-boot-2bec5480522298c99d04b7600d300a83b318a0d5.tar.xz
doc: document read/write commands
The read and write commands are, deliberately, implemented in the same file, so that they stay feature-compatible (e.g. if someone implements support for "read the full partition, however large that is", that same syntax should also work for write). In order to ensure the documentation for both are similarly kept in sync, and to avoid duplication, document them both in read.rst, and add a stub write.rst referring to read.rst. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/index.rst')
-rw-r--r--doc/usage/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/usage/index.rst b/doc/usage/index.rst
index ebf5eea9f8..d01d38cbf9 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -72,6 +72,7 @@ Shell commands
cmd/printenv
cmd/pstore
cmd/qfw
+ cmd/read
cmd/reset
cmd/rng
cmd/sbi
@@ -92,6 +93,7 @@ Shell commands
cmd/ut
cmd/wdt
cmd/wget
+ cmd/write
cmd/xxd
Booting OS