1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix vhelp.v

This commit is contained in:
Alexander Medvednikov 2019-09-15 14:15:31 +03:00
parent bcf3dbf974
commit 897db23203

View File

@ -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.