Skip to content

Commit 9c3b706

Browse files
aykevldeadprogram
authored andcommitted
main: add "cores" and "threads" schedulers to help text
This was missing before.
1 parent 60f8a62 commit 9c3b706

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
@@ -1542,7 +1542,7 @@ func main() {
15421542
opt := flag.String("opt", "z", "optimization level: 0, 1, 2, s, z")
15431543
gc := flag.String("gc", "", "garbage collector to use (none, leaking, conservative, custom, precise, boehm)")
15441544
panicStrategy := flag.String("panic", "print", "panic strategy (print, trap)")
1545-
scheduler := flag.String("scheduler", "", "which scheduler to use (none, tasks, asyncify)")
1545+
scheduler := flag.String("scheduler", "", "which scheduler to use (none, tasks, cores, threads, asyncify)")
15461546
serial := flag.String("serial", "", "which serial output to use (none, uart, usb, rtt)")
15471547
work := flag.Bool("work", false, "print the name of the temporary build directory and do not delete this directory on exit")
15481548
interpTimeout := flag.Duration("interp-timeout", 180*time.Second, "interp optimization pass timeout")

0 commit comments

Comments
 (0)