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

main.v: updated help message concerning run option

This commit is contained in:
Henrixounez 2019-06-23 10:56:18 +02:00 committed by Alex Medvednikov
parent 9445fa599c
commit e1e8a50a46

View File

@ -841,7 +841,7 @@ v -prod file.v
- To specify the executable\'s name:
v -o program file.v
- To execute a program without creating an executable:
- To build and execute a V program :
v run file.v
'
)