Salome HOME
documentation, option de sat package --with_vcs en combinaison avec --bin_products
[tools/sat.git] / commands / package.py
index c4fb43770436ea51804efabf32c0a205a43d30c4..bbb20bed7f62b1bbd22c5b62f9d4f5d9deb14ee2 100644 (file)
@@ -121,7 +121,8 @@ parser.add_option('', 'bin_products', 'boolean', 'bin_products',
     _('Optional: Create binary archives for all products.'), False)
 parser.add_option('', 'with_vcs', 'boolean', 'with_vcs',
     _('Optional: Do not make archive for products in VCS mode (git, cvs, svn). ' 
-      'Sat prepare will use VCS mode instead to retrieve them'),
+      'Sat prepare will use VCS mode instead to retrieve them.'
+      '\n          Also, when combined with "--bin_products" option, restrict the building of product archives to VCS products.'),
     False)
 parser.add_option('', 'ftp', 'boolean', 'ftp',
     _('Optional: Do not embed archives for products in archive mode.'