From e9ccc6b21a1152bbf150302c4a29a6df79d75bd7 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Sat, 25 Dec 2004 23:17:46 +0000 Subject: various fixes for localization git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1061 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ide_smart.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/check_ide_smart.c') diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 644dc488..16cd1a87 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -206,9 +206,7 @@ main (int argc, char *argv[]) print_revision (progname, revision); return STATE_OK; default: - printf (_("%s: Unknown argument: %s\n\n"), progname, optarg); - print_usage (); - exit (STATE_UNKNOWN); + usage2 (_("Unknown argument"), optarg); } if (optind < argc) { @@ -488,7 +486,6 @@ smart_read_thresholds (int fd, thresholds_t * thresholds) } - void print_help () { @@ -515,7 +512,6 @@ Usage: %s [DEVICE] [OPTION]\n\ } - void print_usage (void) { -- cgit v1.2.3-74-g34f1