:param config class 'common.pyconf.Config': The config.
"""
if 'APPLICATION' not in config:
- message = _("An APPLICATION is required. Use 'config --list' to get"
- " the list of available applications.\n")
+ message = _("An APPLICATION is required. Use 'config --list' to get the list of available applications.\n")
if details :
details.append(message)
raise SatException( message )
src.printcolors.printcWarning(msg),
str(e)))
self.options.logs_paths_in_file = None
-
+
+
+ # do nothing more if help is True
+ if self.options.help:
+ return 0
+
options_launched = ""
res = None
try: