From 040804d46abb53c83ad1423761e70db26ce55bd1 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Fri, 2 Sep 2016 13:30:09 +0200 Subject: [PATCH] Improve the description of the package command --- commands/package.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. -- 2.39.2