Skip to content

Commit c2776dc

Browse files
aykevldeadprogram
authored andcommitted
main: add -serial=rtt flag as possible option
I added this a while ago but forgot to change the help documentation.
1 parent ad0340d commit c2776dc

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
@@ -1412,7 +1412,7 @@ func main() {
14121412
gc := flag.String("gc", "", "garbage collector to use (none, leaking, conservative)")
14131413
panicStrategy := flag.String("panic", "print", "panic strategy (print, trap)")
14141414
scheduler := flag.String("scheduler", "", "which scheduler to use (none, tasks, asyncify)")
1415-
serial := flag.String("serial", "", "which serial output to use (none, uart, usb)")
1415+
serial := flag.String("serial", "", "which serial output to use (none, uart, usb, rtt)")
14161416
work := flag.Bool("work", false, "print the name of the temporary build directory and do not delete this directory on exit")
14171417
interpTimeout := flag.Duration("interp-timeout", 180*time.Second, "interp optimization pass timeout")
14181418
var tags buildutil.TagsFlag

0 commit comments

Comments
 (0)