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

doc: fix a typo in the -no-preludes option description in v help build-c (#15404)

This commit is contained in:
Ken 2022-08-13 16:07:08 +09:00 committed by GitHub
parent f557acf76b
commit 001144fa82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ see also `v help build`.
-live
Build the executable with live capabilities (`[live]`).
-no-prelude
-no-preludes
Prevents V from generating a prelude in generated .c files, useful for freestanding targets
where eg. you replace C standard library with your own, or some definitions/headers break something.