From: Serge Rehbinder Date: Tue, 7 Feb 2017 10:48:11 +0000 (+0100) Subject: Correct the message when incompatible options are called X-Git-Tag: 5.0.0a1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9a63984c9abff122f9bdd56704affba271279ea6;p=tools%2Fsat.git Correct the message when incompatible options are called --- diff --git a/commands/package.py b/commands/package.py index 1821191..f386e44 100644 --- a/commands/package.py +++ b/commands/package.py @@ -834,7 +834,7 @@ def run(args, runner, logger): if all_option_types.count(True) > 1: msg = _("Error: You can use only one type for the package\nUse only one" " of the following options: --binaries, --sources, --project or" - " --sat") + " --salometools") logger.write(src.printcolors.printcError(msg), 1) logger.write("\n", 1) return 1