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
 | 
			
		||||
 | 
			
		||||
    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))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue