From ffe261cb25d6a80a584fdf133acc13b1bacd976c Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 21 Jul 2010 14:52:24 +0400 Subject: [PATCH] Change print vars method --- pym/cl_opt.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pym/cl_opt.py b/pym/cl_opt.py index e5924a9..74d0020 100644 --- a/pym/cl_opt.py +++ b/pym/cl_opt.py @@ -217,10 +217,9 @@ class opt(optparse.OptionParser): 'action':'append', 'help':_("set value for variable (comma - delimeter)") }, - {'longOption':"vars", - 'optVal':"TYPE_VAR", - 'help':_("print variables") + " (TYPE_VAR - all: " + \ - _("full variables list") +")" + {'shortOption':"v", + 'longOption':"vars", + 'help':_("print variables") }] color_control = \