diff options
author | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-05-09 09:16:33 (GMT) |
---|---|---|
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | 2007-05-09 09:16:33 (GMT) |
commit | bb9cc35fd60bb0d8fddc804bde015a634c9a2ff2 (patch) | |
tree | 6303d785dd36e4e73b620ea4232cc1e54cdcc311 /plugins/check_ups.c | |
parent | d56c198601d87a9b43f50a8d210321b497255905 (diff) | |
download | monitoring-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 77897e8..0cd4c5a 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -619,7 +619,7 @@ print_help (void) | |||
619 | printf (" %s\n", "-T, --temperature"); | 619 | printf (" %s\n", "-T, --temperature"); |
620 | printf (" %s\n", _("Output of temperatures in Celsius")); | 620 | printf (" %s\n", _("Output of temperatures in Celsius")); |
621 | printf (" %s\n", "-v, --variable=STRING"); | 621 | printf (" %s\n", "-v, --variable=STRING"); |
622 | printf (" %s %s\n", _("Valid values for STRING are"), "LINE, TEMP, BATTPCT or LOADPCT,"); | 622 | printf (" %s %s\n", _("Valid values for STRING are"), "LINE, TEMP, BATTPCT or LOADPCT"); |
623 | 623 | ||
624 | printf (_(UT_WARN_CRIT)); | 624 | printf (_(UT_WARN_CRIT)); |
625 | 625 | ||