Skip to content

Commit 3b6c400

Browse files
committed
fix description
Signed-off-by: sivchari <[email protected]>
1 parent 93aa391 commit 3b6c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ func main() {
16351635
cpuprofile := flag.String("cpuprofile", "", "cpuprofile output")
16361636
monitor := flag.Bool("monitor", false, "enable serial monitor")
16371637
baudrate := flag.Int("baudrate", 115200, "baudrate of serial monitor")
1638-
gocompatibility := flag.Bool("go-compatibility", true, "enable to check for Go versions compatibility, you can also configure this by setting the TINYGOGOCOMPATIBILITY environment variable")
1638+
gocompatibility := flag.Bool("go-compatibility", true, "enable to check for Go versions compatibility, you can also configure this by setting the TINYGO_GOCOMPATIBILITY environment variable")
16391639

16401640
// Internal flags, that are only intended for TinyGo development.
16411641
printIR := flag.Bool("internal-printir", false, "print LLVM IR")

0 commit comments

Comments
 (0)