summaryrefslogtreecommitdiff
path: root/doc/usage/index.rst
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-06-25 16:14:03 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-07-01 18:00:52 +0300
commitcf376808f127272de58ae776d92a6bbb6e8593ce (patch)
treeb3de7148f7b3d2a677b9c03acf9a1ccb9b447cc2 /doc/usage/index.rst
parent117bcc268317c12261c271b841676a38d28e65c2 (diff)
downloadu-boot-cf376808f127272de58ae776d92a6bbb6e8593ce.tar.xz
doc: saves man-page
Provide a man-page for the saves command. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/index.rst')
-rw-r--r--doc/usage/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/usage/index.rst b/doc/usage/index.rst
index ef3e87fed0..388e59f173 100644
--- a/doc/usage/index.rst
+++ b/doc/usage/index.rst
@@ -85,6 +85,7 @@ Shell commands
cmd/read
cmd/reset
cmd/rng
+ cmd/saves
cmd/sbi
cmd/sf
cmd/scp03