From e5324624caefb201439012d795bebdf46966ec9c Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Thu, 15 Jun 2006 12:52:25 +0000 Subject: cleaning help and usage git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1432 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_mrtg.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/check_mrtg.c') diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c index 6b08195b..f98239c7 100644 --- a/plugins/check_mrtg.c +++ b/plugins/check_mrtg.c @@ -305,10 +305,11 @@ print_help (void) printf ("Copyright (c) 1999 Ethan Galstad \n"); printf (COPYRIGHT, copyright, email); - printf(_("\ -This plugin will check either the average or maximum value of one of the\n\ -two variables recorded in an MRTG log file.\n\n")); + printf ("%s\n", _("This plugin will check either the average or maximum value of one of the")); + printf ("%s\n", _("two variables recorded in an MRTG log file.")); + printf ("\n\n"); + print_usage (); printf (_(UT_HELP_VRSN)); @@ -366,8 +367,7 @@ this plugin works well for monitoring that kind of data as well.\n\n")); void print_usage (void) { - printf ("\ -Usage: %s -F log_file -a -v variable -w warning -c critical\n\ - [-l label] [-u units] [-e expire_minutes] [-t timeout]\n\ - [-v]\n", progname); + printf (_("Usage:")); + printf ("%s -F log_file -a -v variable -w warning -c critical\n",progname); + printf ("[-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n"); } -- cgit v1.2.3-74-g34f1