From 9a63984c9abff122f9bdd56704affba271279ea6 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Tue, 7 Feb 2017 11:48:11 +0100 Subject: [PATCH] Correct the message when incompatible options are called --- commands/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2