Author: s1n
Date: 2009-10-27 03:18:35 +0100 (Tue, 27 Oct 2009)
New Revision: 28912
Modified:
docs/Perl6/Spec/S19-commandline.pod
Log:
[s19] minor option case typo correction.
Modified: docs/Perl6/Spec/S19-commandline.pod
===================================================================
--- docs/Perl6/Spec/S19-commandline.pod 2009-10-26 22:37:27 UTC (rev 28911)
+++ docs/Perl6/Spec/S19-commandline.pod 2009-10-27 02:18:35 UTC (rev 28912)
@@ -14,8 +14,8 @@
Created: 12 Dec 2008
- Last Modified: 13 Feb 2009
- Version: 25
+ Last Modified: 26 Oct 2009
+ Version: 26
This is a draft document. This document describes the command line interface.
It has changed extensively from previous versions of Perl in order to increase
@@ -380,7 +380,7 @@
:u($use),
Bool :v($version),
Bool :V($verbose-config),
- Bool :X($extract-from-text),
+ Bool :x($extract-from-text),
);
=head2 Reference