: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.