fix vhelp.v

pull/1947/head
Alexander Medvednikov 2019-09-15 14:15:31 +03:00
parent bcf3dbf974
commit 897db23203
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const (
same name as the input .v file: `v foo.v` produces `./foo` on *nix systems, same name as the input .v file: `v foo.v` produces `./foo` on *nix systems,
`foo.exe` on Windows. `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 When given a directory, all .v files contained in it will be compiled as
part of a single main module. part of a single main module.