diff options
author | Simon Glass | 2022-05-08 04:39:22 -0600 |
---|---|---|
committer | Simon Glass | 2022-06-28 03:09:52 +0100 |
commit | d32f62f49d338e68c2d793a9e2412677a740c89f (patch) | |
tree | 89607c993c07672f9888ce30333795a79ce278e5 /doc/usage/index.rst | |
parent | c625666ea10d88141546807f1b720703ba710eea (diff) |
dm: core: Add documentation for the dm command
Add a description and examples for the dm subcommands.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/usage/index.rst')
-rw-r--r-- | doc/usage/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 8d08ea14b00..8b98629d6bf 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -33,6 +33,7 @@ Shell commands cmd/bootz cmd/cbsysinfo cmd/conitrace + cmd/dm cmd/echo cmd/env cmd/event |