From 57043387ea640ecf0a32fded0974f6366a53766f Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 27 Nov 2025 14:42:05 +0100 Subject: 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"); -- cgit v1.2.3-74-g34f1