diff options
Diffstat (limited to 'lib/Getopt/Long.pm')
-rw-r--r-- | lib/Getopt/Long.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Getopt/Long.pm b/lib/Getopt/Long.pm index 957c272549..6f3d18e847 100644 --- a/lib/Getopt/Long.pm +++ b/lib/Getopt/Long.pm @@ -1193,7 +1193,7 @@ STDERR, and return a false result. Getopt::Long supports two useful variants of simple options: I<negatable> options and I<incremental> options. -A negatable option is specified with a exclamation mark C<!> after the +A negatable option is specified with an exclamation mark C<!> after the option name: my $verbose = ''; # option variable with default value (false) |