diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-05-21 14:27:21 +0200 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2024-05-21 14:27:21 +0200 |
commit | 26a979284d1e05447523ef5153a7bd373571b97e (patch) | |
tree | 04c76cdec02498f58479f6dd51f184d7ab6e4e11 | |
parent | c862f705f393c89c78d63a10a66b5abe1d2d432e (diff) | |
download | monitoring-plugins-26a9792.tar.gz |
Fix typos
-rw-r--r-- | plugins/check_snmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 898b6ab4..937b3a5d 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -1255,10 +1255,10 @@ print_help (void) | |||
1255 | printf (" %s\n", _("SNMPv3 securityLevel")); | 1255 | printf (" %s\n", _("SNMPv3 securityLevel")); |
1256 | printf (" %s\n", "-a, --authproto=AUTHENTICATION_PROTOCOL"); | 1256 | printf (" %s\n", "-a, --authproto=AUTHENTICATION_PROTOCOL"); |
1257 | printf (" %s\n", _("SNMPv3 authentication protocol (default MD5), available options depend on the specific version of the net-snmp tools")); | 1257 | printf (" %s\n", _("SNMPv3 authentication protocol (default MD5), available options depend on the specific version of the net-snmp tools")); |
1258 | printf (" %s\n", _("if < 5.8 SHA (1) and MD5 should be available, if >= 5.8 additionaly SHA-224, SHA-256, SHA-384 and SHA-512")); | 1258 | printf (" %s\n", _("if < 5.8 SHA (1) and MD5 should be available, if >= 5.8 additionally SHA-224, SHA-256, SHA-384 and SHA-512")); |
1259 | printf (" %s\n", "-x, --privproto=PRIVACY_PROTOCOL"); | 1259 | printf (" %s\n", "-x, --privproto=PRIVACY_PROTOCOL"); |
1260 | printf (" %s\n", _("SNMPv3 privacy protocol (default DES), available options depend on the specific version of the net-snmp tools")); | 1260 | printf (" %s\n", _("SNMPv3 privacy protocol (default DES), available options depend on the specific version of the net-snmp tools")); |
1261 | printf (" %s\n", _("if < 5.8 DES and AES should be available, if >= 5.8 additionaly AES-192 and AES-256")); | 1261 | printf (" %s\n", _("if < 5.8 DES and AES should be available, if >= 5.8 additionally AES-192 and AES-256")); |
1262 | 1262 | ||
1263 | /* Authentication Tokens*/ | 1263 | /* Authentication Tokens*/ |
1264 | printf (" %s\n", "-C, --community=STRING"); | 1264 | printf (" %s\n", "-C, --community=STRING"); |