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

help: remove "coming soon in 0.3" for v translate

This commit is contained in:
Alexander Medvednikov 2022-07-05 06:38:33 +03:00
parent 3bdf2f053d
commit 5523c11dd4

View File

@ -51,7 +51,7 @@ V supports the following commands:
* Others:
doctor Display some useful info about your system to help reporting bugs.
translate Translate C code to V (coming soon in 0.3).
translate Translate C code to V.
tracev Produce a tracing version of the v compiler.
Use `tracev yourfile.v` when the compiler panics.
NB: `tracev` is much slower and more verbose than ordinary `v`