main.v: added run option example in help message
parent
6b941e5e70
commit
889d564f43
|
@ -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
|
||||
'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue