diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-06 04:40:02 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-06 04:40:02 +0200 |
| commit | 358b77aa1db60b3615eb6e47206afafccbcbda9c (patch) | |
| tree | b9c0c9535877ec243f2d031bd349717a831c9a8e | |
| parent | 4d558b15a9b20a48230b786e45c15bab8f048fad (diff) | |
Hint that load_config() with replace=False is for merging
| -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. |
