ability to run history manager even when -s option is used to run Gajim
This commit is contained in:
parent
e44d5e9778
commit
5874f5c388
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ def parseOpts():
|
||||||
config_path = None
|
config_path = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
shortargs = 'hvc:l:p:'
|
shortargs = 'hvsc:l:p:'
|
||||||
longargs = 'help verbose config-path= loglevel= profile='
|
longargs = 'help verbose separate config-path= loglevel= profile='
|
||||||
opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0]
|
opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0]
|
||||||
except getopt.error as msg:
|
except getopt.error as msg:
|
||||||
print(str(msg))
|
print(str(msg))
|
||||||
|
|
Loading…
Add table
Reference in a new issue