From: Serge Rehbinder Date: Fri, 2 Sep 2016 11:30:09 +0000 (+0200) Subject: Improve the description of the package command X-Git-Tag: 5.0.0a1~150 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=040804d46abb53c83ad1423761e70db26ce55bd1;p=tools%2Fsat.git Improve the description of the package command --- diff --git a/commands/package.py b/commands/package.py index 582dd0c..ad50535 100644 --- a/commands/package.py +++ b/commands/package.py @@ -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.