Code

Fixed --help output (Ask Bjoern Hansen - #1714823)
authorMatthias Eble <psychotrahe@users.sourceforge.net>
Wed, 9 May 2007 09:09:02 +0000 (09:09 +0000)
committerMatthias Eble <psychotrahe@users.sourceforge.net>
Wed, 9 May 2007 09:09:02 +0000 (09:09 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1708 f882894a-f735-0410-b71e-b25c423dba1c

THANKS.in
plugins/check_ups.c

index b0ed31b7f3a232212e2c05b4fa8890ef415698da..baed6965ab21e4379231e2e2c4673dcb5c6723b0 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -218,3 +218,4 @@ Felix Frank
 Denis Knauf
 Matthias Flacke
 Emil Michles
+Ask Bjoern Hansen
index 56438bb28007b0d019113b4e62ef62a6c34a1232..77897e83c8c1f0e76e7b67c63648226455946ffc 100644 (file)
@@ -618,12 +618,16 @@ print_help (void)
   printf ("    %s\n", _("Name of UPS"));
   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 (_(UT_WARN_CRIT));
 
        printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT);
 
-       printf (_(UT_VERBOSE));
+/* TODO: -v clashing with -v/-variable. Commenting out help text since verbose
+         is unused up to now */
+/*     printf (_(UT_VERBOSE)); */
 
   printf ("\n");
   printf ("%s\n", _("Notes:"));