[PATCH] bitbake-user-manual: Fix bitbake-setup settings command
El Mehdi YOUNES <[email protected]>
| Newsgroups | org.openembedded.lists.bitbake-devel,org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
---
.../bitbake-user-manual-environment-setup.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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".