update string printed when running gajim -h to show --config-path option
這個提交存在於:
父節點
d55c12763f
當前提交
1c313ed242
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -106,7 +106,7 @@ def parseOpts():
|
|||
sys.exit(2)
|
||||
for o, a in opts:
|
||||
if o in ('-h', '--help'):
|
||||
print 'gajim [--help] [--quiet] [--verbose] [--loglevel subsystem=level[,subsystem=level[...]]] [--profile name]'
|
||||
print 'gajim [--help] [--quiet] [--verbose] [--loglevel subsystem=level[,subsystem=level[...]]] [--profile name] [--config-path]'
|
||||
sys.exit()
|
||||
elif o in ('-q', '--quiet'):
|
||||
consoleloghandler.setLevel(logging.CRITICAL)
|
||||
|
|
|
|||
載入中…
新增表格
新增問題並參考