mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation Update
- Added the global modifier of the substitution command to the command line grammar file.
This commit is contained in:
parent
b8187e24ae
commit
22f0b1d9fb
1 changed files with 1 additions and 1 deletions
|
@ -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"? ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue