diff options
Diffstat (limited to 'setconfig.py')
| -rwxr-xr-x | setconfig.py | 2 |
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", |
