diff options
| author | Tom Rini <[email protected]> | 2025-10-24 11:22:09 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-26 09:03:36 -0600 |
| commit | 5335f8d25b2f39b9dd954981364f3cddde01895f (patch) | |
| tree | a7ab2b7409802fe0dd3b2e36ecad3960c4b52004 /doc/usage | |
| parent | ab9080820e04aa1ec074c04bbdeddb4b580ef9e6 (diff) | |
doc/usage: Add a reference to General rules for commands
For clarity, add a reference link to the start of the section on command
documentation that all commands follow some general rules.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 5dbc0fc4910..6f477b842ca 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -21,6 +21,9 @@ Use U-Boot Shell commands -------------- +For all commands in U-Boot there are some :ref:`usage/cmdline:General rules` +that apply. + .. toctree:: :maxdepth: 1 :glob: |
