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_fping.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'plugins/check_fping.c') diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 2dba2d58..8647330c 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c @@ -14,6 +14,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + $Id$ + ******************************************************************************/ const char *progname = "check_fping"; @@ -66,7 +68,7 @@ main (int argc, char **argv) textdomain (PACKAGE); if (process_arguments (argc, argv) == ERROR) - usage (_("Could not parse arguments\n")); + usage (_("check_fping: could not parse arguments\n")); server = strscpy (server, server_name); @@ -116,7 +118,6 @@ main (int argc, char **argv) - int textscan (char *buf) { @@ -195,7 +196,6 @@ textscan (char *buf) return status; } - @@ -308,8 +308,6 @@ process_arguments (int argc, char **argv) - - int get_threshold (char *arg, char *rv[2]) { @@ -352,8 +350,6 @@ get_threshold (char *arg, char *rv[2]) - - void print_help (void) { @@ -398,7 +394,6 @@ percentage of packet loss to trigger an alarm state.\n")); - void print_usage (void) { -- cgit v1.2.3-74-g34f1