fix printing help
This commit is contained in:
parent
47d36021c3
commit
2885ff4128
|
@ -175,7 +175,7 @@ def parseOpts():
|
||||||
_('Set configuration directory') + \
|
_('Set configuration directory') + \
|
||||||
'\n -l, --loglevel ' + \
|
'\n -l, --loglevel ' + \
|
||||||
_('Configure logging system') + '\n'
|
_('Configure logging system') + '\n'
|
||||||
print(out.encode(locale.getpreferredencoding()))
|
print(out)
|
||||||
sys.exit()
|
sys.exit()
|
||||||
elif o in ('-q', '--quiet'):
|
elif o in ('-q', '--quiet'):
|
||||||
logging_helpers.set_quiet()
|
logging_helpers.set_quiet()
|
||||||
|
|
Loading…
Reference in New Issue