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