1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cmd/v: remove -vv and -vvv from help

This commit is contained in:
Mike 'Fuzzy' Partin
2020-06-01 11:15:44 -07:00
committed by GitHub
parent 4956ca62e3
commit a24bf80228

View File

@@ -89,8 +89,8 @@ The build flags are shared by the build and run commands:
-translated
Enable features that are discouraged in regular V code but required for translated V code.
-v, -vv, -vvv
Enable varying verbosity in the V compiler while compiling
-v
Enable verbosity in the V compiler while compiling
-print_v_files
Just print the list of all parsed .v files, then stop processing further.