X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=commands%2Flauncher.py;h=3367535aa604b85f01d8997276477dfdb9cba4ed;hb=8907858912a4ceb6358a1f6659e8b9dbd6ef4ef4;hp=537aecbabaf0df364eca0df3de68ed307272893c;hpb=ba581fc52e94595b21b9360d78d991ad121588c2;p=tools%2Fsat.git diff --git a/commands/launcher.py b/commands/launcher.py index 537aecb..3367535 100644 --- a/commands/launcher.py +++ b/commands/launcher.py @@ -27,12 +27,13 @@ import src parser = src.options.Options() -parser.add_option('n', 'name', 'string', 'name', _('The name of the launcher ' - '(default is APPLICATION.profile.launcher_name)')) +parser.add_option('n', 'name', 'string', 'name', _('Optional: The name of the' + ' launcher (default is ' + 'APPLICATION.profile.launcher_name)')) parser.add_option('c', 'catalog', 'string', 'catalog', - _('The resources catalog to use')) + _('Optional: The resources catalog to use')) parser.add_option('', 'gencat', 'string', 'gencat', - _("Create a resources catalog for the specified machines " + _("Optional: Create a resources catalog for the specified machines " "(separated with ',') \n\tNOTICE: this command will ssh to retrieve" " information to each machine in the list")) @@ -349,7 +350,8 @@ def finish_profile_install(config, launcherPath): ## # Describes the command def description(): - return _("The launcher command generates a salome launcher.") + return _("The launcher command generates a SALOME launcher.\n\nexample:" + "\nsat launcher SALOME-master") ## # Runs the command.