Code

small typo in --help
authorMatthias Eble <psychotrahe@users.sourceforge.net>
Wed, 9 May 2007 09:16:33 +0000 (09:16 +0000)
committerMatthias Eble <psychotrahe@users.sourceforge.net>
Wed, 9 May 2007 09:16:33 +0000 (09:16 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1709 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_ups.c

index 77897e83c8c1f0e76e7b67c63648226455946ffc..0cd4c5a0a4c1a6212c456e5af2416ae0b0c8f342 100644 (file)
@@ -619,7 +619,7 @@ print_help (void)
   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));