Browse Source

Update notification and make rc more readable

content-update
Augusto 4 years ago committed by xpetit
parent
commit
87fd378534
  1. 2
      go/tests/rc/rc.go

2
go/tests/rc/rc.go

@ -107,7 +107,7 @@ func main() {
os.Exit(1)
}
err := parseArgs(flag.Args(), allowBuiltin, casting)
err := parseArgs(flag.Args())
if err != nil {
fmt.Printf("\t%s\n", err)

Loading…
Cancel
Save