summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEunice Remoquillo <eremoquillo@itrsgroup.com>2024-02-12 11:33:38 (GMT)
committerEunice Remoquillo <eremoquillo@itrsgroup.com>2024-02-12 11:33:38 (GMT)
commit2ab03d5f9c94ebd2ac666b706b3eeff090712dd0 (patch)
tree4328f88fa9c4ffd5fbb33b08d08fbcbc1ec3c184
parentd2df0464812e7ccc4381eb8ea41d94194fc36805 (diff)
downloadmonitoring-plugins-2ab03d5f9c94ebd2ac666b706b3eeff090712dd0.tar.gz
Added indentions for readabilityrefs/pull/1987/head
-rw-r--r--plugins/negate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/negate.c b/plugins/negate.c
index 15a38c1..c5fe7e1 100644
--- a/plugins/negate.c
+++ b/plugins/negate.c
@@ -222,8 +222,8 @@ print_help (void)
222 222
223 printf ("%s\n", _("Negates only the return code of a plugin (returns OK for CRITICAL and vice-versa) by default.")); 223 printf ("%s\n", _("Negates only the return code of a plugin (returns OK for CRITICAL and vice-versa) by default."));
224 printf ("%s\n", _("Additional switches can be used to control:\n")); 224 printf ("%s\n", _("Additional switches can be used to control:\n"));
225 printf ("- which state becomes what\n"); 225 printf ("\t - which state becomes what\n");
226 printf ("- changing the plugin output text to match the return code"); 226 printf ("\t - changing the plugin output text to match the return code");
227 227
228 printf ("\n\n"); 228 printf ("\n\n");
229 229