[monitoring-plugins] Update check_snmp.c
GitHub <[email protected]> Tue, 19 Feb 2019 22:00:22 +0100 (CET)
| Newsgroups | gmane.network.nagios.cvs |
|---|---|
| Message-ID | <20190219210022.580B9200877B__36892.7982215368$1550610033$gmane$org@orwell.monitoring-plugins.org> |
Module: monitoring-plugins
Branch: master
Commit: b7de6ec8bd4a2df63295734d8d5af2401830b1c2
Author: Sven Nierlein <[email protected]>
Committer: GitHub <[email protected]>
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"));