summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 20:28:53 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2004-12-03 20:28:53 (GMT)
commitedf60f6dceba48555f2534d9a217a8c5913ce029 (patch)
treee49b58832bc1d9252c3a8eeeadd65b4a85efc140 /plugins/check_snmp.c
parent5d420d68fa25dd1b48d1b3f1a067fb45d98e67c2 (diff)
downloadmonitoring-plugins-edf60f6dceba48555f2534d9a217a8c5913ce029.tar.gz
remove UT_HLP_VRS from print_usage
this was not a good idea ;-) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@994 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index ca6d7a3..fa4f56c 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -950,11 +950,9 @@ print_usage (void)
950{ 950{
951 printf ("\ 951 printf ("\
952Usage: %s -H <ip_address> -o <OID> [-w warn_range] [-c crit_range] \n\ 952Usage: %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
959 printf (UT_HLP_VRS, progname, progname);
960} 958}