mirror of https://github.com/fail2ban/fail2ban
				
				
				
			Added more specific help message to fail2ban-client with -f option
							parent
							
								
									7818b0cb2a
								
							
						
					
					
						commit
						73cb3e3eec
					
				| 
						 | 
					@ -85,7 +85,7 @@ class Fail2banClient:
 | 
				
			||||||
		print "    -q                      decrease verbosity"
 | 
							print "    -q                      decrease verbosity"
 | 
				
			||||||
		print "    -x                      force execution of the server (remove socket file)"
 | 
							print "    -x                      force execution of the server (remove socket file)"
 | 
				
			||||||
		print "    -b                      start server in background (default)"
 | 
							print "    -b                      start server in background (default)"
 | 
				
			||||||
		print "    -f                      start server in foreground"
 | 
							print "    -f                      start server in foreground (note that the client forks once itself)"
 | 
				
			||||||
		print "    -h, --help              display this help message"
 | 
							print "    -h, --help              display this help message"
 | 
				
			||||||
		print "    -V, --version           print the version"
 | 
							print "    -V, --version           print the version"
 | 
				
			||||||
		print
 | 
							print
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue