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:
parent
bcf3dbf974
commit
897db23203
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user