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