diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-21 16:19:20 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-21 16:19:20 +0100 |
commit | 01e570f4a4e2a2701b6afeaba4eddf91a31fbe45 (patch) | |
tree | 252bfe06acac980fa590acad6b3c43085ddd523e /tools | |
parent | 7ee3525423f17cb8269a11e679355733867131e9 (diff) | |
download | monitoring-plugins-01e570f4a4e2a2701b6afeaba4eddf91a31fbe45.tar.gz |
Capitalize "Monitoring Plugins"
"Monitoring Plugins" is a name.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tango | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tango b/tools/tango index 0d07b1fb..2737166e 100755 --- a/tools/tango +++ b/tools/tango @@ -16,7 +16,7 @@ $REVISION =~ s/ \$ $//; my $PACKAGE = 'Monitoring Plugins'; my $RELEASE = '1.3'; -my $WARRANTY = "The monitoring plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n"; +my $WARRANTY = "The Monitoring Plugins come with ABSOLUTELY NO WARRANTY. You may redistribute\ncopies of the plugins under the terms of the GNU General Public License.\nFor more information about these matters, see the file named COPYING.\n"; my $version = undef; my $help = undef; |