diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-11-24 00:46:40 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-11-24 00:46:40 (GMT) |
commit | 0c1c9f51e2c33db04918d2aa322fd1f9a688979b (patch) | |
tree | c7956483bce0deb4b73ca3a6b9d0b7f2e97620db /plugins/negate.c | |
parent | 589d4664919638bedd6e2e1710c323887d19584a (diff) | |
download | monitoring-plugins-0c1c9f51e2c33db04918d2aa322fd1f9a688979b.tar.gz |
Making messages more consistent
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@930 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index 3dd3411..a71f1b6 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -180,7 +180,7 @@ process_arguments (int argc, char **argv) | |||
180 | exit (EXIT_SUCCESS); | 180 | exit (EXIT_SUCCESS); |
181 | case 't': /* timeout period */ | 181 | case 't': /* timeout period */ |
182 | if (!is_integer (optarg)) | 182 | if (!is_integer (optarg)) |
183 | usage2 (_("Timeout Interval must be an integer"), optarg); | 183 | usage2 (_("Timeout interval must be a positive integer"), optarg); |
184 | else | 184 | else |
185 | timeout_interval = atoi (optarg); | 185 | timeout_interval = atoi (optarg); |
186 | break; | 186 | break; |