[Nagiosplug-checkins] nagiosplug/plugins check_ups.c,1.32,1.33

Matthias Eble psychotrahe at users.sourceforge.net
Wed May 9 11:16:36 CEST 2007


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs16:/tmp/cvs-serv31359/plugins

Modified Files:
	check_ups.c 
Log Message:
small typo in --help


Index: check_ups.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ups.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- check_ups.c	9 May 2007 09:09:02 -0000	1.32
+++ check_ups.c	9 May 2007 09:16:33 -0000	1.33
@@ -619,7 +619,7 @@
   printf (" %s\n", "-T, --temperature");
   printf ("    %s\n", _("Output of temperatures in Celsius"));
   printf (" %s\n", "-v, --variable=STRING");
-  printf ("    %s %s\n", _("Valid values for STRING are"), "LINE, TEMP, BATTPCT or LOADPCT,");
+  printf ("    %s %s\n", _("Valid values for STRING are"), "LINE, TEMP, BATTPCT or LOADPCT");
 
 	printf (_(UT_WARN_CRIT));
 





More information about the Commits mailing list