diff mbox series

bitbake-user-manual: Fix bitbake-setup settings command

Message ID 20260423125902.1146038-1-elmehdi.younes@smile.fr
State New
Headers show
Series bitbake-user-manual: Fix bitbake-setup settings command | expand

Commit Message

El Mehdi YOUNES April 23, 2026, 12:59 p.m. UTC
Typo in the bitbake-setup documentation.
use "bitbake-setup settings set ..." instead of
"bitbake-setup setting set ...".

bitbake-setup: error: argument {list,init,status,update,install-buildtools,settings}: invalid choice: 'setting'

Signed-off-by: El Mehdi YOUNES <elmehdi.younes@smile.fr>
---
 .../bitbake-user-manual-environment-setup.rst                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
index c22e19bd6..77fc4c3dc 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-environment-setup.rst
@@ -674,7 +674,7 @@  The ``bitbake-setup settings`` sub-command helps modifying the settings of
 
 Settings must be set with a section and a value, for example::
 
-   bitbake-setup setting set default top-dir-name bitbake-builds
+   bitbake-setup settings set default top-dir-name bitbake-builds
 
 Will set the value of ``top-dir-name`` in the ``default`` section to
 "bitbake-builds".