From d8d391fe580c1f643cc1ce57a4f96a0ef643c5ae Mon Sep 17 00:00:00 2001 From: mhiretskiy Date: Wed, 27 Aug 2008 13:47:05 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@148 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_utils2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: