summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-11-27 14:42:05 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-11-27 14:42:05 +0100
commit57043387ea640ecf0a32fded0974f6366a53766f (patch)
tree89f139e9f0047824c1fc62fb3f3306e28d3f667b /plugins
parent9fc1e24543dc0b79a8f75f078feced6c5ee1fa96 (diff)
downloadmonitoring-plugins-57043387ea640ecf0a32fded0974f6366a53766f.tar.gz
Remove some superfluous newlines
Diffstat (limited to 'plugins')
-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");