Reword help message.
This commit is contained in:
parent
bfbbe0c976
commit
e8280e5916
1 changed files with 4 additions and 3 deletions
|
@ -138,9 +138,10 @@ Usage: $(basename $0) -d FILE [OPTION...]
|
||||||
|
|
||||||
-e, --dependencies Check if all required dependencies are
|
-e, --dependencies Check if all required dependencies are
|
||||||
installed. If all dependencies are found,
|
installed. If all dependencies are found,
|
||||||
exits with code 0. Otherwise, missing
|
the program terminates with exit code 0.
|
||||||
dependencies are printed to stderr and
|
Otherwise, missing dependencies are
|
||||||
the program terminates with code 1.
|
printed to stderr and the program
|
||||||
|
terminates with exit code 1.
|
||||||
|
|
||||||
-j, --jail=JAIL Specify the JAIL to use for banning the IP
|
-j, --jail=JAIL Specify the JAIL to use for banning the IP
|
||||||
addresses.
|
addresses.
|
||||||
|
|
Loading…
Reference in a new issue