handle config-path instead of config_path
这个提交存在于:
父节点
f956f4b0ba
当前提交
268ec3c030
共有 2 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -122,7 +122,7 @@ def parseOpts():
|
|||
try:
|
||||
shortargs = 'hqvl:p:c:'
|
||||
# add gtk/gnome session option as gtk_get_option_group is not wrapped
|
||||
longargs = 'help quiet verbose loglevel= profile= config_path='
|
||||
longargs = 'help quiet verbose loglevel= profile= config-path='
|
||||
longargs += ' class= name= screen= gtk-module= sync g-fatal-warnings'
|
||||
longargs += ' sm-client-id= sm-client-state-file= sm-disable'
|
||||
opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0]
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ def parseOpts():
|
|||
|
||||
try:
|
||||
shortargs = 'hc:'
|
||||
longargs = 'help config_path='
|
||||
longargs = 'help config-path='
|
||||
opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0]
|
||||
except getopt.error, msg:
|
||||
print str(msg)
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用