From 897db23203ed3ff36c5cf0ece72965d6c3dfd01b Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 15 Sep 2019 14:15:31 +0300 Subject: [PATCH] fix vhelp.v --- compiler/vhelp.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/vhelp.v b/compiler/vhelp.v index eef8301af4..ed25cc1cda 100644 --- a/compiler/vhelp.v +++ b/compiler/vhelp.v @@ -9,7 +9,7 @@ const ( same name as the input .v file: `v foo.v` produces `./foo` on *nix systems, `foo.exe` on Windows. - You can use -o to specify a different output executable's name. + You can use -o to specify a different output executable\'s name. When given a directory, all .v files contained in it will be compiled as part of a single main module.