~ubuntu-branches/ubuntu/utopic/libnagios-plugin-perl/utopic

« back to all changes in this revision

Viewing changes to lib/Nagios/Plugin/Getopt.pm

  • Committer: Bazaar Package Importer
  • Author(s): Salvatore Bonaccorso, Ansgar Burchardt, Salvatore Bonaccorso
  • Date: 2010-12-04 14:58:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204145841-4laj0nxph0vt7jqk
Tags: 0.35-1
[ Ansgar Burchardt ]
* Update my email address.

[ Salvatore Bonaccorso ]
* New upstream release
* Add myself to Uploaders.
* Refresh debian/copyright:
  - Explicitly refer to GPL-1 licence text in common-licenses.
  - Refer to Debian systems in general instead of only Debian GNU/Linux
    systems. 
* Bump Standards-Version to 3.9.1.
* Drop fix-pod2man-errors patch at it was applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    help => "-V, --version\n   Print version information",
39
39
  }, {
40
40
    spec => 'extra-opts:s@',
41
 
    help => "--extra-opts=[section][\@file]\n   Read options from an ini file. See http://nagiosplugins.org/extra-opts for usage",
 
41
    help => "--extra-opts=[section][\@file]\n   Read options from an ini file. See http://nagiosplugins.org/extra-opts\n   for usage and examples.",
42
42
  }, {
43
43
    spec => 'timeout|t=i',
44
44
    help => "-t, --timeout=INTEGER\n   Seconds before plugin times out (default: %s)",