mirror of
https://github.com/zachjs/sv2v.git
synced 2026-09-07 11:51:28 +02:00
add UnbasedUnsized to --exclude help message
This commit is contained in:
+2
-2
@@ -66,8 +66,8 @@ defaultJob = Job
|
||||
, passThrough = nam_ "pass-through" &= help "Dump input without converting"
|
||||
&= groupname "Conversion"
|
||||
, exclude = nam_ "exclude" &= name "E" &= typ "CONV"
|
||||
&= help ("Exclude a particular conversion (always, assert, interface,"
|
||||
++ " or logic)")
|
||||
&= help ("Exclude a particular conversion (Always, Assert, Interface,"
|
||||
++ " Logic, or UnbasedUnsized)")
|
||||
, verbose = nam "verbose" &= help "Retain certain conversion artifacts"
|
||||
, write = Stdout &= ignore -- parsed from the flexible flag below
|
||||
, writeRaw = "s" &= name "write" &= name "w" &= explicit &= typ "MODE/FILE"
|
||||
|
||||
Reference in New Issue
Block a user