Module: monitoring-plugins
 Branch: master
 Commit: 57043387ea640ecf0a32fded0974f6366a53766f
 Author: Lorenz Kästle <[email protected]>
   Date: Thu Nov 27 14:42:05 2025 +0100
    URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=57043387

Remove some superfluous newlines

---

 plugins/check_curl.c | 4 ++--
 1 file 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) {
        printf("    %s\n", _("Append a port to include it in the header (eg: 
example.com:5000)"));
        printf(" %s\n", "-I, --IP-address=ADDRESS");
        printf("    %s\n",
-                  "IP address or name (use numeric address if possible to 
bypass DNS lookup).\n");
+                  "IP address or name (use numeric address if possible to 
bypass DNS lookup).");
        printf("    %s\n",
                     "This overwrites the network address of the target while 
leaving everything else (HTTP headers) as they are");
        printf(" %s\n", "-p, --port=INTEGER");
@@ -1559,7 +1559,7 @@ void print_help(void) {
        printf("    %s\n", _("Warn if document is more than SECONDS old. the 
number can also be of"));
        printf("    %s\n", _("the form \"10m\" for minutes, \"10h\" for hours, 
or \"10d\" for days."));
        printf(" %s\n", "-T, --content-type=STRING");
-       printf("    %s\n", _("specify Content-Type header media type when 
POSTing\n"));
+       printf("    %s\n", _("specify Content-Type header media type when 
POSTing"));
        printf(" %s\n", "-l, --linespan");
        printf("    %s\n", _("Allow regex to span newlines (must precede -r or 
-R)"));
        printf(" %s\n", "-r, --regex, --ereg=STRING");

Reply via email to