summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3c75a0)
raw | patch | inline | side by side (parent: c3c75a0)
author | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Wed, 9 May 2007 09:09:02 +0000 (09:09 +0000) | ||
committer | Matthias 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 | patch | blob | history | |
plugins/check_ups.c | patch | blob | history |
diff --git a/THANKS.in b/THANKS.in
index b0ed31b7f3a232212e2c05b4fa8890ef415698da..baed6965ab21e4379231e2e2c4673dcb5c6723b0 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
Denis Knauf
Matthias Flacke
Emil Michles
+Ask Bjoern Hansen
diff --git a/plugins/check_ups.c b/plugins/check_ups.c
index 56438bb28007b0d019113b4e62ef62a6c34a1232..77897e83c8c1f0e76e7b67c63648226455946ffc 100644 (file)
--- a/plugins/check_ups.c
+++ b/plugins/check_ups.c
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:"));