Skip to content

Commit

Permalink
main: add -serial=rtt flag as possible option
Browse files Browse the repository at this point in the history
I added this a while ago but forgot to change the help documentation.
  • Loading branch information
aykevl authored and deadprogram committed May 24, 2024
1 parent ad0340d commit c2776dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ func main() {
gc := flag.String("gc", "", "garbage collector to use (none, leaking, conservative)")
panicStrategy := flag.String("panic", "print", "panic strategy (print, trap)")
scheduler := flag.String("scheduler", "", "which scheduler to use (none, tasks, asyncify)")
serial := flag.String("serial", "", "which serial output to use (none, uart, usb)")
serial := flag.String("serial", "", "which serial output to use (none, uart, usb, rtt)")
work := flag.Bool("work", false, "print the name of the temporary build directory and do not delete this directory on exit")
interpTimeout := flag.Duration("interp-timeout", 180*time.Second, "interp optimization pass timeout")
var tags buildutil.TagsFlag
Expand Down

0 comments on commit c2776dc

Please sign in to comment.