summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-08-19 13:33:17 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2024-08-19 13:33:17 (GMT)
commitaf097aa3642174a2111f0bbcbc8236fff0901e17 (patch)
treedbfdd84a086f6ff84935e1db967e737fcafe71bb /plugins
parentb6c72064a53da8b173b7406a0a535922dc0cc1b3 (diff)
downloadmonitoring-plugins-af097aa3642174a2111f0bbcbc8236fff0901e17.tar.gz
check_curl: change help for --state-regex again to fix formatting
Diffstat (limited to 'plugins')
-rw-r--r--plugins/check_curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 38c9710..214ba74 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -2062,7 +2062,7 @@ print_help (void)
2062 printf (" %s\n", _("Return STATE if found, OK if not (STATE is CRITICAL, per default)")); 2062 printf (" %s\n", _("Return STATE if found, OK if not (STATE is CRITICAL, per default)"));
2063 printf (" %s\n", _("can be changed with --state--regex)")); 2063 printf (" %s\n", _("can be changed with --state--regex)"));
2064 printf (" %s\n", "--state-regex=STATE"); 2064 printf (" %s\n", "--state-regex=STATE");
2065 printf (" %s\n", _("Return STATE if regex is found, OK if not\nSTATE can be one of \"critical\",\"warning\"")); 2065 printf (" %s\n", _("Return STATE if regex is found, OK if not. STATE can be one of \"critical\",\"warning\""));
2066 printf (" %s\n", "-a, --authorization=AUTH_PAIR"); 2066 printf (" %s\n", "-a, --authorization=AUTH_PAIR");
2067 printf (" %s\n", _("Username:password on sites with basic authentication")); 2067 printf (" %s\n", _("Username:password on sites with basic authentication"));
2068 printf (" %s\n", "-b, --proxy-authorization=AUTH_PAIR"); 2068 printf (" %s\n", "-b, --proxy-authorization=AUTH_PAIR");