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

main.v: added run option example in help message

This commit is contained in:
Henrixounez 2019-06-23 03:15:10 +02:00 committed by Alex Medvednikov
parent 6b941e5e70
commit 889d564f43

View File

@ -833,6 +833,9 @@ v -prod file.v
- To specify the executable\'s name:
v -o program file.v
- To execute a program without creating an executable:
v run file.v
'
)