aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ups.c
diff options
context:
space:
mode:
authorGravatar Matthias Eble <psychotrahe@users.sourceforge.net> 2007-05-09 09:16:33 +0000
committerGravatar Matthias Eble <psychotrahe@users.sourceforge.net> 2007-05-09 09:16:33 +0000
commitbb9cc35fd60bb0d8fddc804bde015a634c9a2ff2 (patch)
tree6303d785dd36e4e73b620ea4232cc1e54cdcc311 /plugins/check_ups.c
parentd56c198601d87a9b43f50a8d210321b497255905 (diff)
downloadmonitoring-plugins-bb9cc35fd60bb0d8fddc804bde015a634c9a2ff2.tar.gz
small typo in --help
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1709 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r--plugins/check_ups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c
index 77897e83..0cd4c5a0 100644
--- a/plugins/check_ups.c
+++ b/plugins/check_ups.c
@@ -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));