ability to run history manager even when -s option is used to run Gajim

This commit is contained in:
Yann Leboulanger 2018-03-25 20:52:36 +02:00
parent e44d5e9778
commit 5874f5c388
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ def parseOpts():
config_path = None
try:
shortargs = 'hvc:l:p:'
longargs = 'help verbose config-path= loglevel= profile='
shortargs = 'hvsc:l:p:'
longargs = 'help verbose separate config-path= loglevel= profile='
opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0]
except getopt.error as msg:
print(str(msg))