summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2023-09-21 07:50:53 (GMT)
committerLorenz Kästle <lorenz.kaestle@netways.de>2023-09-21 10:09:10 (GMT)
commit2ef36843abf3b2ec7142aa2f52b66d5d3c7b543b (patch)
treece9d8d17296db4b183dc78bd51bfda0f8de95a89
parent8faf7afad389b74d6fe67a2ece10e85b9f614a13 (diff)
downloadmonitoring-plugins-2ef36843abf3b2ec7142aa2f52b66d5d3c7b543b.tar.gz
Add -C to general usage hints
-rw-r--r--plugins/check_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index b3edc41..7dc1c4b 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -1012,7 +1012,7 @@ print_help (void)
1012 printf ("%s\n", _("General usage hints:")); 1012 printf ("%s\n", _("General usage hints:"));
1013 printf (" %s\n", _("- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the same as")); 1013 printf (" %s\n", _("- Arguments are positional! \"-w 5 -c 1 -p /foo -w6 -c2 -p /bar\" is not the same as"));
1014 printf (" %s\n", _("\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\".")); 1014 printf (" %s\n", _("\"-w 5 -c 1 -p /bar w6 -c2 -p /foo\"."));
1015 printf (" %s\n", _("- The syntax is broadly: \"{thresholds a} {paths a} {thresholds b} {thresholds b} ...\"")); 1015 printf (" %s\n", _("- The syntax is broadly: \"{thresholds a} {paths a} -C {thresholds b} {thresholds b} ...\""));
1016 1016
1017 1017
1018 1018