Documentation Update

- Added the global modifier of the substitution command to the
  command line grammar file.
This commit is contained in:
Paul Beckingham 2009-04-12 22:35:26 -04:00
parent b8187e24ae
commit 22f0b1d9fb

View file

@ -36,5 +36,5 @@ word ::=
file ::=
id ::= digit+ ;
digit ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" ;
substitution ::= "/" word+ "/" word* "/" ;
substitution ::= "/" word+ "/" word* "/" "g"? ;