diff options
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 5b6880d..63d842f 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1156,7 +1156,8 @@ class Kconfig(object): Returns a string with a message saying which file got loaded (or possibly that no file got loaded, when 'filename' is None). This is meant to reduce boilerplate in tools, which can do e.g. - print(kconf.load_config()). + print(kconf.load_config()). The returned message distinguishes between + loading (replace == True) and merging (replace == False). """ if verbose is not None: _warn_verbose_deprecated("load_config") |
