diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 16:56:27 (GMT) |
commit | 2ad398d2e04717ce3a6a8fb869e855c42581a30a (patch) | |
tree | a9230435f6a718f6b52e0c909846557bf19ce6b5 /plugins/check_snmp.c | |
parent | fa002886e390f5cc603021e422be3c319a1040ea (diff) | |
download | monitoring-plugins-2ad398d2e04717ce3a6a8fb869e855c42581a30a.tar.gz |
fixes for internationalization
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@990 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r-- | plugins/check_snmp.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index 2e9ea63..ca6d7a3 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -948,12 +948,13 @@ Check status of remote machines and obtain sustem information via SNMP\n\n")); | |||
948 | void | 948 | void |
949 | print_usage (void) | 949 | print_usage (void) |
950 | { | 950 | { |
951 | printf (_("\ | 951 | printf ("\ |
952 | Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n\ | 952 | Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n\ |
953 | [-C community] [-s string] [-r regex] [-R regexi] [-t timeout]\n\ | 953 | [-C community] [-s string] [-r regex] [-R regexi] [-t timeout]\n\ |
954 | [-l label] [-u units] [-p port-number] [-d delimiter]\n\ | 954 | [-l label] [-u units] [-p port-number] [-d delimiter]\n\ |
955 | [-D output-delimiter] [-m miblist] [-P snmp version]\n\ | 955 | [-D output-delimiter] [-m miblist] [-P snmp version]\n\ |
956 | [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]\n\ | 956 | [-L seclevel] [-U secname] [-a authproto] [-A authpasswd]\n\ |
957 | [-X privpasswd]\n"), progname); | 957 | [-X privpasswd]\n", progname); |
958 | printf (_(UT_HLP_VRS), progname, progname); | 958 | |
959 | printf (UT_HLP_VRS, progname, progname); | ||
959 | } | 960 | } |