main.v: added run option example in help message

pull/391/head
Henrixounez 2019-06-23 03:15:10 +02:00 committed by Alex Medvednikov
parent 6b941e5e70
commit 889d564f43
1 changed files with 3 additions and 0 deletions

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