From d19edd4043c498626fe68308005947975ef0a697 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Wed, 1 Dec 2004 23:54:51 +0000 Subject: standardize localization string standardize unknow arguments git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_swap.c | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'plugins/check_swap.c') diff --git a/plugins/check_swap.c b/plugins/check_swap.c index 3016e1ad..064c65e4 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c @@ -326,7 +326,6 @@ main (int argc, char **argv) - int check_swap (int usp, long unsigned int free_swap) { @@ -346,6 +345,7 @@ check_swap (int usp, long unsigned int free_swap) } + /* process command-line arguments */ int process_arguments (int argc, char **argv) @@ -420,7 +420,9 @@ process_arguments (int argc, char **argv) print_help (); exit (STATE_OK); case '?': /* error */ - usage (_("Invalid argument\n")); + printf (_("%s: Unknown argument: %s\n\n"), progname, optarg); + print_usage (); + exit (STATE_UNKNOWN); } } @@ -450,8 +452,6 @@ process_arguments (int argc, char **argv) - - int validate_arguments (void) { @@ -472,9 +472,6 @@ validate_arguments (void) - - - void print_help (void) { @@ -514,7 +511,6 @@ On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n")); - void print_usage (void) { -- cgit v1.2.3-74-g34f1