From d613b746e8b76bb8733254318591f07303465404 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 22 Dec 2019 18:30:44 +0100 Subject: Make help for Kconfig file argument consistent in tools Say 'top-level' instea of 'base'. --- defconfig.py | 2 +- savedefconfig.py | 2 +- setconfig.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defconfig.py b/defconfig.py index 173fc7b..05a98f9 100755 --- a/defconfig.py +++ b/defconfig.py @@ -25,7 +25,7 @@ def main(): parser.add_argument( "--kconfig", default="Kconfig", - help="Base Kconfig file (default: Kconfig)") + help="Top-level Kconfig file (default: Kconfig)") parser.add_argument( "config", diff --git a/savedefconfig.py b/savedefconfig.py index 50850fa..0cf60ca 100755 --- a/savedefconfig.py +++ b/savedefconfig.py @@ -30,7 +30,7 @@ def main(): parser.add_argument( "--kconfig", default="Kconfig", - help="Base Kconfig file (default: Kconfig)") + help="Top-level Kconfig file (default: Kconfig)") parser.add_argument( "--out", diff --git a/setconfig.py b/setconfig.py index 4e5c409..ce75f5c 100755 --- a/setconfig.py +++ b/setconfig.py @@ -34,7 +34,7 @@ def main(): parser.add_argument( "--kconfig", default="Kconfig", - help="Base Kconfig file (default: Kconfig)") + help="Top-level Kconfig file (default: Kconfig)") parser.add_argument( "--no-check-exists", -- cgit v1.2.3