From e1e8a50a469ee9e3314458e4dacbc1cc72be4bb8 Mon Sep 17 00:00:00 2001 From: Henrixounez Date: Sun, 23 Jun 2019 10:56:18 +0200 Subject: [PATCH] main.v: updated help message concerning run option --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 9c4a6af7dc..7fd501c3fd 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -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 ' )