forked from extern/endlessh
Make it clear when the config file is loaded
This commit is contained in:
parent
7619af17ba
commit
8e1d9fc28a
@ -18,7 +18,7 @@ Usage information is printed with `-h`.
|
||||
```
|
||||
Usage: endlessh [-vh] [-d MS] [-f CONFIG] [-l LEN] [-m LIMIT] [-p PORT]
|
||||
-d INT Message millisecond delay [10000]
|
||||
-f Set config file [/etc/endlessh/config]
|
||||
-f Set and load config file [/etc/endlessh/config]
|
||||
-h Print this help message and exit
|
||||
-l INT Maximum banner line length (3-255) [32]
|
||||
-m INT Maximum number of clients [4096]
|
||||
|
@ -401,7 +401,7 @@ usage(FILE *f)
|
||||
"[-m LIMIT] [-p PORT]\n");
|
||||
fprintf(f, " -d INT Message millisecond delay ["
|
||||
XSTR(DEFAULT_DELAY) "]\n");
|
||||
fprintf(f, " -f Set config file ["
|
||||
fprintf(f, " -f Set and load config file ["
|
||||
DEFAULT_CONFIG_FILE "]\n");
|
||||
fprintf(f, " -h Print this help message and exit\n");
|
||||
fprintf(f, " -l INT Maximum banner line length (3-255) ["
|
||||
|
Loading…
Reference in New Issue
Block a user