]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Improve the description of the package command
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Fri, 2 Sep 2016 11:30:09 +0000 (13:30 +0200)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Fri, 2 Sep 2016 11:30:09 +0000 (13:30 +0200)
commands/package.py

index 582dd0cf43ca80b32fc49bc91c50fcb8cacb98cd..ad505353792d00e2d7b21775a2355b3ca11bf773 100644 (file)
@@ -667,7 +667,13 @@ def description():
     :return: The text to display for the package command description.
     :rtype: str
     '''
-    return _("The package command creates an archive of the application.")
+    return _("The package command creates an archive.\nThere are 4 kinds of "
+             "archive:\n  1- The binary archive. It contains all the product "
+             "installation directories and a launcher,\n  2- The sources archive."
+             " It contains the products archives, a project corresponding to "
+             "the application and salomeTools,\n  3- The project archive. It "
+             "contains a project (give the project file path as argument),\n  4-"
+             " The salomeTools archive. It contains salomeTools.")
   
 def run(args, runner, logger):
     '''method that is called when salomeTools is called with package parameter.