]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
Correct the message when incompatible options are called
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 7 Feb 2017 10:48:11 +0000 (11:48 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 7 Feb 2017 10:48:11 +0000 (11:48 +0100)
commands/package.py

index 18211911229a4af307fbc67379865ab16ae2761f..f386e444f55165e29dc4ef192b64d8fc7498bdea 100644 (file)
@@ -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