[Nagiosplug-checkins] nagiosplug/plugins check_apt.c,1.7,1.8

Benoit Mortier opensides at users.sourceforge.net
Fri Oct 20 08:24:12 CEST 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31812/plugins

Modified Files:
	check_apt.c 
Log Message:

localization updates



Index: check_apt.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_apt.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- check_apt.c	19 Oct 2006 00:25:16 -0000	1.7
+++ check_apt.c	20 Oct 2006 06:24:10 -0000	1.8
@@ -411,6 +411,8 @@
   printf("%s\n", _("package management systems based on the apt-get(8) command"));
   printf("%s\n", _("found in Debian GNU/Linux"));
 
+  printf ("\n\n");
+
   print_usage();
   
   printf(_(UT_HELP_VRSN));
@@ -462,5 +464,6 @@
 void
 print_usage(void)
 {
-  printf ("Usage: %s [[-d|-u|-U]opts] [-n] [-t timeout]\n", progname);
+  printf (_("Usage:"));
+  printf ("%s [[-d|-u|-U]opts] [-n] [-t timeout]\n", progname);
 }





More information about the Commits mailing list