Salome HOME
commande sat init, correction sat #16548 et impl sat #8566
[tools/sat.git] / commands / makeinstall.py
index ff13382d5e6a96002ce4ddae003f9466b43641eb..8a2a07a186093c48e9a6e782ee7aba4ac55ec7e8 100644 (file)
@@ -23,8 +23,7 @@ import src
 # Define all possible option for the makeinstall command : sat makeinstall <options>
 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):