diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 03fffdb..5d73b7f 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1038,7 +1038,7 @@ class Kconfig(object): replace (default: True): True if all existing user values should be cleared before loading the - .config. + .config. Pass False to merge configurations. """ # Disable the warning about assigning to symbols without prompts. This # is normal and expected within a .config file. |
