summaryrefslogtreecommitdiffstats
path: root/plugins/check_dummy.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_dummy.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_dummy.c')
-rw-r--r--plugins/check_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dummy.c b/plugins/check_dummy.c
index c621b9f..e0c38d3 100644
--- a/plugins/check_dummy.c
+++ b/plugins/check_dummy.c
@@ -41,7 +41,7 @@ main (int argc, char **argv)
41 textdomain (PACKAGE); 41 textdomain (PACKAGE);
42 42
43 if (argc < 2) 43 if (argc < 2)
44 usage4 (_("Incorrect number of arguments supplied")); 44 usage4 (_("Could not parse arguments"));
45 else if (strcmp (argv[1], "-V") == 0 || strcmp (argv[1], "--version") == 0) { 45 else if (strcmp (argv[1], "-V") == 0 || strcmp (argv[1], "--version") == 0) {
46 print_revision (progname, revision); 46 print_revision (progname, revision);
47 exit (STATE_OK); 47 exit (STATE_OK);