diff --git a/gajim/history_manager.py b/gajim/history_manager.py index f53073788..62c345807 100644 --- a/gajim/history_manager.py +++ b/gajim/history_manager.py @@ -44,8 +44,8 @@ def parseOpts(): config_path = None try: - shortargs = 'hc:' - longargs = 'help config-path=' + shortargs = 'hvc:l:p:' + longargs = 'help verbose config-path= loglevel= profile=' opts = getopt.getopt(sys.argv[1:], shortargs, longargs.split())[0] except getopt.error as msg: print(str(msg))