1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Spelling
Bug: https://rt.cpan.org/Ticket/Display.html?id=95412
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=95412
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-05-06
--- a/lib/Getopt/Euclid.pm
+++ b/lib/Getopt/Euclid.pm
@@ -1902,7 +1902,7 @@
file.type: readable
will match at least once, but as many times as possible before encountering
-the next argument on the command-line. This allows to specify multiple values
+the next argument on the command-line. This allows one to specify multiple values
for an argument, for example:
-lib file1.txt file2.txt
|