diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 (GMT) |
commit | 532454485570d76c159b7ddcf218dce1d59c26d3 (patch) | |
tree | 2080263bdd160ed32173955568d78ddbffa9dfce /plugins/check_snmp.c | |
parent | 31efea1b490a12a64ce0359c2d847a381d2efb7b (diff) | |
download | monitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz |
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r-- | plugins/check_snmp.c | 6 |
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")); |