summaryrefslogtreecommitdiff
path: root/setconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'setconfig.py')
-rwxr-xr-xsetconfig.py2
1 files changed, 1 insertions, 1 deletions
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",