fixed the usage message #322

This commit is contained in:
Jordi Sanfeliu 2022-09-05 12:55:49 +02:00
parent d2ab758ed3
commit d557bc0149
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ sub daemonize {
sub usage {
print(STDERR << "EOF");
Usage: monitorix -c configfile [-p pidfile] [-d none | graph[,graph] | all ] [-v] [-n] [-u] [-s splitpolicy] [-e report=<report>,graphs=<graph>[,<graph>,...],to=<email>[,from=<email>]
Usage: monitorix -c configfile [-p pidfile] [-d none | graph[,graph] | all ] [-v] [-n] [-u] [-s splitpolicy] [-e report=<timeframe>,graphs=<graph>[,<graph>,...],to=<email>]
EOF
exit(1);