diff options
author | Franz Schwartau <franz@electromail.org> | 2023-06-12 13:55:32 (GMT) |
---|---|---|
committer | Franz Schwartau <franz@electromail.org> | 2023-06-12 19:49:42 (GMT) |
commit | 6d5e81fcbadbef557cf3f61ce7fd6ef73e25683e (patch) | |
tree | 294031a5fbe5d745335ae08349c744a24251c3e2 /plugins/check_smtp.c | |
parent | ce85affd208cd8c873dd88c17b8d3d0540c8872e (diff) | |
download | monitoring-plugins-6d5e81fcbadbef557cf3f61ce7fd6ef73e25683e.tar.gz |
check_smtp: add missing -r option in usage
Diffstat (limited to 'plugins/check_smtp.c')
-rw-r--r-- | plugins/check_smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index addabfc..a1debd2 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -875,6 +875,6 @@ print_usage (void) | |||
875 | printf ("%s\n", _("Usage:")); | 875 | printf ("%s\n", _("Usage:")); |
876 | printf ("%s -H host [-p port] [-4|-6] [-e expect] [-C command] [-R response] [-f from addr]\n", progname); | 876 | printf ("%s -H host [-p port] [-4|-6] [-e expect] [-C command] [-R response] [-f from addr]\n", progname); |
877 | printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout] [-q]\n"); | 877 | printf ("[-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout] [-q]\n"); |
878 | printf ("[-F fqdn] [-S] [-L] [-D warn days cert expire[,crit days cert expire]] [-v] \n"); | 878 | printf ("[-F fqdn] [-S] [-L] [-D warn days cert expire[,crit days cert expire]] [-r] [-v] \n"); |
879 | } | 879 | } |
880 | 880 | ||