Salome HOME
add get_value method to Environ classes, to conform with the API of FileEnviron
[tools/sat.git] / commands / check.py
index d4c78b2903c04dce9e64e1e486df1aeb3662ec33..a5eeadc3133a7d7a83e0a0b24b2aa12695d7c6ea 100644 (file)
@@ -23,8 +23,7 @@ import src
 # Define all possible option for the check command :  sat check <options>
 parser = src.options.Options()
 parser.add_option('p', 'products', 'list2', 'products',
-    _('Optional: products to check. This option can be'
-    ' passed several time to check several products.'))
+    _('Optional: products to check. This option accepts a comma separated list.'))
 
 CHECK_PROPERTY = "has_unit_tests"