Author: particle
Date: 2009-01-05 17:53:12 +0100 (Mon, 05 Jan 2009)
New Revision: 24768

Modified:
   docs/Perl6/Spec/S19-commandline.pod
Log:
[S19] provide rules for negated single-character options; rearrange list items 
for clarity

Modified: docs/Perl6/Spec/S19-commandline.pod
===================================================================
--- docs/Perl6/Spec/S19-commandline.pod 2009-01-05 16:39:14 UTC (rev 24767)
+++ docs/Perl6/Spec/S19-commandline.pod 2009-01-05 16:53:12 UTC (rev 24768)
@@ -126,12 +126,14 @@
 
 =item *
 
-Option names follow Perl 6 identifier naming convention, but C<'>
-is not allowed.
+Options may be negated with C</>, for example C<--/name>, C<:/name>, C<-/n>.
+Each single-letter option in a cluster must be negated separately
+ (e.g. C<-a/n/o> is the same as C<-a -/n -/o>.)
 
 =item *
 
-Options may be negated with C</>, for example C<--/name>, C<:/name>, C<-/n>.
+Option names follow Perl 6 identifier naming convention, except C<'> is not
+allowed, and single-letter options may be any letter or number.
 
 =item *
 

Reply via email to