]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Expand documentation for the cedit command
authorSimon Glass <sjg@chromium.org>
Mon, 14 Aug 2023 22:40:31 +0000 (16:40 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 17:54:33 +0000 (13:54 -0400)
Add a little information about each subcommand.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/usage/cmd/cedit.rst

index 3d815bd27af293af3606d046d3a83dd1ef6bf9e7..d34a220797ee1529d02553d60eaa3c98361844ad 100644 (file)
@@ -24,6 +24,21 @@ The description is in the form of a devicetree file, as documented at
 
 See :doc:`../../develop/cedit` for information about the configuration editor.
 
+cedit load
+~~~~~~~~~~
+
+Loads a configuration-editor description from a file. It creates a new cedit
+structure ready for use. Initially no settings are read, so default values are
+used for each object.
+
+cedit run
+~~~~~~~~~
+
+Runs the default configuration-editor event loop. This is very simple, just
+accepting character input and moving through the objects under user control.
+The implementation is at `cedit_run()`.
+
+
 Example
 -------