X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Fsat.git;a=blobdiff_plain;f=commands%2Fpackage.py;h=bbb20bed7f62b1bbd22c5b62f9d4f5d9deb14ee2;hp=c4fb43770436ea51804efabf32c0a205a43d30c4;hb=512d8e507e03381f229b389baceef8a9e6afda9f;hpb=0826e9ac386f7b2308a1acfcf5bf68a1496b9da0 diff --git a/commands/package.py b/commands/package.py index c4fb437..bbb20be 100644 --- a/commands/package.py +++ b/commands/package.py @@ -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.'