[PATCH] doc: usage: fix ordering of shell commands

I initially didn't find the bootz docs when I went looking for them. :) --- doc/usage/index.rst | 8 ++++---- 1 file 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

On Tue, 24 Oct 2023 at 05:03, Tom Fitzhenry tom@tom-fitzhenry.me.uk wrote:
I initially didn't find the bootz docs when I went looking for them. :)
doc/usage/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (2)
-
Simon Glass
-
Tom Fitzhenry