summaryrefslogtreecommitdiff
path: root/defconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-12-22 18:30:44 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2020-01-12 10:33:35 +0100
commitd613b746e8b76bb8733254318591f07303465404 (patch)
treed45075d822a55ebff064cc25c58f30aa9a4e9834 /defconfig.py
parent69c955ff618e30f704033038fa467be98af07c90 (diff)
Make help for Kconfig file argument consistent in tools
Say 'top-level' instea of 'base'.
Diffstat (limited to 'defconfig.py')
-rwxr-xr-xdefconfig.py2
1 files changed, 1 insertions, 1 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",