From 2e08499ce38ca7bf2f368c4dc321ef8a6f287530 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 14 Dec 2019 18:25:18 +0100 Subject: Make genconfig and standard_kconfig() consistent Tweak messages and variable names to match. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index f61d524..bf232d1 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -6204,7 +6204,7 @@ def standard_kconfig(description=None): metavar="KCONFIG", default="Kconfig", nargs="?", - help="Kconfig file (default: Kconfig)") + help="Top-level Kconfig file (default: Kconfig)") return Kconfig(parser.parse_args().kconfig, suppress_traceback=True) -- cgit v1.2.3