diff options
author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-09-21 07:50:53 (GMT) |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-09-21 10:09:10 (GMT) |
commit | 2ef36843abf3b2ec7142aa2f52b66d5d3c7b543b (patch) | |
tree | ce9d8d17296db4b183dc78bd51bfda0f8de95a89 /plugins/check_disk.c | |
parent | 8faf7afad389b74d6fe67a2ece10e85b9f614a13 (diff) | |
download | monitoring-plugins-2ef36843abf3b2ec7142aa2f52b66d5d3c7b543b.tar.gz |
Add -C to general usage hints
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 2 |
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 | ||