Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
5874f5c3 by Yann Leboulanger at 2018-03-25T20:52:36+02:00
ability to run history manager even when -s option is used to run Gajim

- - - - -


1 changed file:

- gajim/history_manager.py


Changes:

=====================================
gajim/history_manager.py
=====================================
--- a/gajim/history_manager.py
+++ b/gajim/history_manager.py
@@ -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))



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/5874f5c38880881315fad0b43102de7a1cba0c6f

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/5874f5c38880881315fad0b43102de7a1cba0c6f
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to