mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-01 15:15:47 -04:00
small typo in --help
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1709 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
d56c198601
commit
bb9cc35fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue