mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Add missing word to CLI documentation of UAX31 table selection flag
This commit is contained in:
parent
aa3533b4e5
commit
b74b711f17
1 changed files with 2 additions and 2 deletions
|
@ -473,7 +473,7 @@ dmd -cov -unittest myprog.d
|
|||
$(LI $(I UAX31): UAX31)
|
||||
$(LI $(I c99): C99)
|
||||
$(LI $(I c11): C11)
|
||||
$(LI $(I all): All, the least restrictive set, which comes all others (default))
|
||||
$(LI $(I all): All, the least restrictive set, which comes with all others (default))
|
||||
)`
|
||||
),
|
||||
Option("identifiers-importc=<table>",
|
||||
|
@ -483,7 +483,7 @@ dmd -cov -unittest myprog.d
|
|||
$(LI $(I UAX31): UAX31)
|
||||
$(LI $(I c99): C99)
|
||||
$(LI $(I c11): C11 (default))
|
||||
$(LI $(I all): All, the least restrictive set, which comes all others)
|
||||
$(LI $(I all): All, the least restrictive set, which comes with all others)
|
||||
)`
|
||||
),
|
||||
Option("ignore",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue