summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 424794f..c52b156 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1745,10 +1745,11 @@ class Kconfig(object):
self._reuse_line = True # "Unget" the line
break
+ help_lines = [_deindent(line, indent).rstrip()]
+
# The help text goes on till the first non-empty line with less
# indent
- help_lines = [_deindent(line, indent).rstrip()]
while 1:
line = self._next_help_line()