X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=commands%2Fmakeinstall.py;h=8a2a07a186093c48e9a6e782ee7aba4ac55ec7e8;hb=620d5d2e941088d41984043bb7fae889da5a52b1;hp=ff13382d5e6a96002ce4ddae003f9466b43641eb;hpb=6cb6aac483a7d637f972f70e10500411e4cecfaf;p=tools%2Fsat.git diff --git a/commands/makeinstall.py b/commands/makeinstall.py index ff13382..8a2a07a 100644 --- a/commands/makeinstall.py +++ b/commands/makeinstall.py @@ -23,8 +23,7 @@ import src # Define all possible option for the makeinstall command : sat makeinstall parser = src.options.Options() parser.add_option('p', 'products', 'list2', 'products', - _('Optional: products to install. This option can be' - ' passed several time to install several products.')) + _('Optional: products to install. This option accepts a comma separated list.')) def log_step(logger, header, step):