summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index a19da90..0982faf 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -935,7 +935,7 @@ print_help (void)
935 935
936 printf (COPYRIGHT, copyright, email); 936 printf (COPYRIGHT, copyright, email);
937 937
938 printf ("%s\n", _("Check status of remote machines and obtain sustem information via SNMP")); 938 printf ("%s\n", _("Check status of remote machines and obtain system information via SNMP"));
939 939
940 printf ("\n\n"); 940 printf ("\n\n");
941 941
@@ -973,8 +973,8 @@ print_help (void)
973 printf (" %s\n", "-o, --oid=OID(s)"); 973 printf (" %s\n", "-o, --oid=OID(s)");
974 printf (" %s\n", _("Object identifier(s) or SNMP variables whose value you wish to query")); 974 printf (" %s\n", _("Object identifier(s) or SNMP variables whose value you wish to query"));
975 printf (" %s\n", "-m, --miblist=STRING"); 975 printf (" %s\n", "-m, --miblist=STRING");
976 printf (" %s\n", _("List of MIBS to be loaded (default = none if using numeric oids or 'ALL'")); 976 printf (" %s\n", _("List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'"));
977 printf (" %s\n", _("for symbolic oids.)")); 977 printf (" %s\n", _("for symbolic OIDs.)"));
978 printf (" %s\n", "-d, --delimiter=STRING"); 978 printf (" %s\n", "-d, --delimiter=STRING");
979 printf (_(" Delimiter to use when parsing returned data. Default is \"%s\""), DEFAULT_DELIMITER); 979 printf (_(" Delimiter to use when parsing returned data. Default is \"%s\""), DEFAULT_DELIMITER);
980 printf (" %s\n", _("Any data on the right hand side of the delimiter is considered")); 980 printf (" %s\n", _("Any data on the right hand side of the delimiter is considered"));