diff options
| author | Tom Fitzhenry <tom@tom-fitzhenry.me.uk> | 2023-10-24 23:03:00 +1100 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-10-27 16:01:47 -0400 | 
| commit | 526697d01cdfd5a9fdf505e934dd6f5131918c43 (patch) | |
| tree | 5b4f9e323b1633c7ed4b04294814f70c9798c99b /doc/usage/index.rst | |
| parent | 4416a9c7692e5bd9838e4d6149619dd787257cfb (diff) | |
doc: usage: fix ordering of shell commands
I initially didn't find the bootz docs when I went looking for them. :)
Signed-off-by: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/usage/index.rst')
| -rw-r--r-- | doc/usage/index.rst | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 98b4719c408..839589c2147 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -37,8 +37,8 @@ Shell commands     cmd/bootm     cmd/bootmenu     cmd/bootmeth -   cmd/button     cmd/bootz +   cmd/button     cmd/cat     cmd/cbsysinfo     cmd/cedit @@ -56,8 +56,8 @@ Shell commands     cmd/env     cmd/event     cmd/exception -   cmd/extension     cmd/exit +   cmd/extension     cmd/false     cmd/fatinfo     cmd/fatload @@ -93,15 +93,15 @@ Shell commands     cmd/rng     cmd/saves     cmd/sbi -   cmd/sf     cmd/scp03     cmd/seama     cmd/setexpr +   cmd/sf     cmd/size     cmd/sleep +   cmd/sm     cmd/sound     cmd/source -   cmd/sm     cmd/temperature     cmd/tftpput     cmd/trace | 
