cmd/v: remove -vv and -vvv from help
parent
4956ca62e3
commit
a24bf80228
|
@ -89,8 +89,8 @@ The build flags are shared by the build and run commands:
|
||||||
-translated
|
-translated
|
||||||
Enable features that are discouraged in regular V code but required for translated V code.
|
Enable features that are discouraged in regular V code but required for translated V code.
|
||||||
|
|
||||||
-v, -vv, -vvv
|
-v
|
||||||
Enable varying verbosity in the V compiler while compiling
|
Enable verbosity in the V compiler while compiling
|
||||||
|
|
||||||
-print_v_files
|
-print_v_files
|
||||||
Just print the list of all parsed .v files, then stop processing further.
|
Just print the list of all parsed .v files, then stop processing further.
|
||||||
|
|
Loading…
Reference in New Issue