[monitoring-plugins] Update check_snmp.c
GitHub
git at monitoring-plugins.org
Tue Feb 19 22:00:22 CET 2019
Module: monitoring-plugins
Branch: master
Commit: b7de6ec8bd4a2df63295734d8d5af2401830b1c2
Author: Sven Nierlein <sven at nierlein.org>
Committer: GitHub <noreply at github.com>
Date: Fri Jan 19 17:05:46 2018 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b7de6ec
Update check_snmp.c
remove unnecessary brackets in help text
---
plugins/check_snmp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 88b8f38..e8a21a4 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -1209,7 +1209,7 @@ print_help (void)
printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT);
printf (" %s\n", _("NOTE the final timeout value is calculated using this formula: timeout_interval * retries + 5"));
printf (" %s\n", "-e, --retries=INTEGER");
- printf (" %s%i%s\n", _("Number of retries to be used in the requests (default: "), DEFAULT_RETRIES, _(")"));
+ printf (" %s%i\n", _("Number of retries to be used in the requests, default: "), DEFAULT_RETRIES);
printf (" %s\n", "-O, --perf-oids");
printf (" %s\n", _("Label performance data with OIDs instead of --label's"));
More information about the Commits
mailing list