Skip to content

Commit

Permalink
Update vlib/v/help/default.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman authored Jan 4, 2025
1 parent 2936ef9 commit ded3400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/help/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Examples:
sources.
v -o h.c hello.v Translate `hello.v` to `h.c` only. Do not compile
further.
v -o - hello.v Translate `hello.v` and outputs the C source
v -o - hello.v Translates `hello.v` and outputs the C source
code to stdout. Does not compile further.
v watch hello.v Re-do the same compilation when a source code
change is detected. The compiled result does not
Expand Down

0 comments on commit ded3400

Please sign in to comment.