diff options
author | Aristo Chen <jj251510319013@gmail.com> | 2025-04-20 22:39:41 +0800 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-04-25 17:28:10 +0200 |
commit | e4ead999501750724c933eebc87d9bed0b81c8df (patch) | |
tree | f36348080fe47ab564af549d2c2f40dacf58d435 | |
parent | db3f4905bf81e89e0abd999e0c215667cdf5ef02 (diff) |
doc: remove duplicated "commands"
The "commands" are duplicated, so remove one of them
Signed-off-by: Aristo Chen <aristo.chen@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
-rw-r--r-- | doc/usage/cmd/md.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/md.rst b/doc/usage/cmd/md.rst index 9a9919f9ad0..1eeaa824bf2 100644 --- a/doc/usage/cmd/md.rst +++ b/doc/usage/cmd/md.rst @@ -21,7 +21,7 @@ format that includes the address, hex data and ASCII display. It supports various data sizes and uses the endianness of the target. The specified data_size and length become the defaults for future memory -commands commands. +commands. address start address to display |