From f861c271dcbb06e0101c01add3d07006c2d3a09c Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 14 Sep 2018 22:14:43 +0200 Subject: menuconfig: Fix typo re. menuconfig() No idea where "menu." came from. --- menuconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'menuconfig.py') 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". -- cgit v1.2.3