summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_curl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 2c258f36..a20ce749 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -1480,7 +1480,7 @@ void print_help(void) {
1480 printf(" %s\n", _("Append a port to include it in the header (eg: example.com:5000)")); 1480 printf(" %s\n", _("Append a port to include it in the header (eg: example.com:5000)"));
1481 printf(" %s\n", "-I, --IP-address=ADDRESS"); 1481 printf(" %s\n", "-I, --IP-address=ADDRESS");
1482 printf(" %s\n", 1482 printf(" %s\n",
1483 "IP address or name (use numeric address if possible to bypass DNS lookup).\n"); 1483 "IP address or name (use numeric address if possible to bypass DNS lookup).");
1484 printf(" %s\n", 1484 printf(" %s\n",
1485 "This overwrites the network address of the target while leaving everything else (HTTP headers) as they are"); 1485 "This overwrites the network address of the target while leaving everything else (HTTP headers) as they are");
1486 printf(" %s\n", "-p, --port=INTEGER"); 1486 printf(" %s\n", "-p, --port=INTEGER");
@@ -1559,7 +1559,7 @@ void print_help(void) {
1559 printf(" %s\n", _("Warn if document is more than SECONDS old. the number can also be of")); 1559 printf(" %s\n", _("Warn if document is more than SECONDS old. the number can also be of"));
1560 printf(" %s\n", _("the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days.")); 1560 printf(" %s\n", _("the form \"10m\" for minutes, \"10h\" for hours, or \"10d\" for days."));
1561 printf(" %s\n", "-T, --content-type=STRING"); 1561 printf(" %s\n", "-T, --content-type=STRING");
1562 printf(" %s\n", _("specify Content-Type header media type when POSTing\n")); 1562 printf(" %s\n", _("specify Content-Type header media type when POSTing"));
1563 printf(" %s\n", "-l, --linespan"); 1563 printf(" %s\n", "-l, --linespan");
1564 printf(" %s\n", _("Allow regex to span newlines (must precede -r or -R)")); 1564 printf(" %s\n", _("Allow regex to span newlines (must precede -r or -R)"));
1565 printf(" %s\n", "-r, --regex, --ereg=STRING"); 1565 printf(" %s\n", "-r, --regex, --ereg=STRING");