main.v: updated help message concerning run option

pull/424/head^2
Henrixounez 2019-06-23 10:56:18 +02:00 committed by Alex Medvednikov
parent 9445fa599c
commit e1e8a50a46
1 changed files with 1 additions and 1 deletions

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
'
)