Code

Typo in check_ups
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Thu, 10 Jul 2008 10:03:43 +0000 (10:03 +0000)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Thu, 10 Jul 2008 10:03:43 +0000 (10:03 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2023 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_ups.c

index 773da5f4d860525256b9fba913f80222ec410333..154508dba57c55d878820690033abe68b8bc89d4 100644 (file)
@@ -635,7 +635,7 @@ print_help (void)
        printf ("%s\n", _("This plugin attempts to determine the status of a UPS (Uninterruptible Power"));
   printf ("%s\n", _("Supply) on a local or remote host. If the UPS is online or calibrating, the"));
   printf ("%s\n", _("plugin will return an OK state. If the battery is on it will return a WARNING"));
-  printf ("%s\n", _("state.If the UPS is off or has a low battery the plugin will return a CRITICAL"));
+  printf ("%s\n", _("state. If the UPS is off or has a low battery the plugin will return a CRITICAL"));
   printf ("%s\n", _("state."));
 
   printf ("\n");