diff --git a/pym/cl_utils2.py b/pym/cl_utils2.py index a445765..9745657 100644 --- a/pym/cl_utils2.py +++ b/pym/cl_utils2.py @@ -132,7 +132,7 @@ class cl_help: helpTxt = pcs( " --%s "%(longOption), self.column_width, par['help'], - CONWIDTH-self.column_width) + self.consolewidth-self.column_width) self.addChapterHelp(numChapter,helpTxt) break for par in self.data: