summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 4ff63e9..98049a3 100644
--- a/README.rst
+++ b/README.rst
@@ -280,12 +280,12 @@ For HTML output, add ``-w``:
This will also work after installing Kconfiglib with ``pip(3)``.
-Documentation for the ``menuconfig`` and ``guiconfig`` interfaces can be viewed
-in the same way:
+Documentation for other modules can be viewed in the same way (though a plain
+``--help`` will work when they're run as executables):
.. code:: sh
- $ pydoc3 menuconfig/guiconfig
+ $ pydoc(3) menuconfig/guiconfig/...
A good starting point for learning the library is to read the module docstring
(which you could also just read directly at the beginning of `kconfiglib.py