diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 +0000 |
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 a19da909..0982faf7 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c @@ -935,7 +935,7 @@ print_help (void) printf (COPYRIGHT, copyright, email); - printf ("%s\n", _("Check status of remote machines and obtain sustem information via SNMP")); + printf ("%s\n", _("Check status of remote machines and obtain system information via SNMP")); printf ("\n\n"); @@ -973,8 +973,8 @@ print_help (void) printf (" %s\n", "-o, --oid=OID(s)"); printf (" %s\n", _("Object identifier(s) or SNMP variables whose value you wish to query")); printf (" %s\n", "-m, --miblist=STRING"); - printf (" %s\n", _("List of MIBS to be loaded (default = none if using numeric oids or 'ALL'")); - printf (" %s\n", _("for symbolic oids.)")); + printf (" %s\n", _("List of MIBS to be loaded (default = none if using numeric OIDs or 'ALL'")); + printf (" %s\n", _("for symbolic OIDs.)")); printf (" %s\n", "-d, --delimiter=STRING"); printf (_(" Delimiter to use when parsing returned data. Default is \"%s\""), DEFAULT_DELIMITER); printf (" %s\n", _("Any data on the right hand side of the delimiter is considered")); |