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/check_disk.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/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 8759619..d8da02d 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -304,7 +304,7 @@ process_arguments (int argc, char **argv) | |||
304 | break; | 304 | break; |
305 | } | 305 | } |
306 | else { | 306 | else { |
307 | usage (_("Timeout Interval must be an integer!\n")); | 307 | usage2 (_("Timeout interval must be a positive integer"), optarg); |
308 | } | 308 | } |
309 | case 'w': /* warning threshold */ | 309 | case 'w': /* warning threshold */ |
310 | if (is_intnonneg (optarg)) { | 310 | if (is_intnonneg (optarg)) { |
@@ -572,8 +572,8 @@ print_help (void) | |||
572 | { | 572 | { |
573 | print_revision (progname, revision); | 573 | print_revision (progname, revision); |
574 | 574 | ||
575 | printf (_("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n")); | 575 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
576 | printf (_(COPYRIGHT), copyright, email); | 576 | printf (COPYRIGHT, copyright, email); |
577 | 577 | ||
578 | printf (_("\ | 578 | printf (_("\ |
579 | This plugin checks the amount of used disk space on a mounted file system\n\ | 579 | This plugin checks the amount of used disk space on a mounted file system\n\ |