diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-14 22:14:43 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-14 22:14:43 +0200 |
| commit | f861c271dcbb06e0101c01add3d07006c2d3a09c (patch) | |
| tree | 3f3c399212e3081ee9b04edce7f168226a5ca6de | |
| parent | 5f1e821ceee9771a306e40704f22dc63d1dd6836 (diff) | |
menuconfig: Fix typo re. menuconfig()
No idea where "menu." came from.
| -rwxr-xr-x | menuconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/menuconfig.py b/menuconfig.py index 120a787..6fa6a66 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -33,8 +33,8 @@ Running ======= menuconfig.py can be run either as a standalone executable or by calling the -menu.menuconfig() function with an existing Kconfig instance. The second option -is a bit inflexible in that it will still load and save .config, etc. +menuconfig() function with an existing Kconfig instance. The second option is a +bit inflexible in that it will still load and save .config, etc. When run in standalone mode, the top-level Kconfig file to load can be passed as a command-line argument. With no argument, it defaults to "Kconfig". |
