summaryrefslogtreecommitdiff
path: root/libgo/go/exp/ebnflint/ebnflint.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/exp/ebnflint/ebnflint.go')
-rw-r--r--libgo/go/exp/ebnflint/ebnflint.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/ebnflint/ebnflint.go b/libgo/go/exp/ebnflint/ebnflint.go
index 2cb5aa6ed6c..d54fb229d03 100644
--- a/libgo/go/exp/ebnflint/ebnflint.go
+++ b/libgo/go/exp/ebnflint/ebnflint.go
@@ -21,7 +21,7 @@ var fset = token.NewFileSet()
var start = flag.String("start", "Start", "name of start production")
func usage() {
- fmt.Fprintf(os.Stderr, "usage: ebnflint [flags] [filename]\n")
+ fmt.Fprintf(os.Stderr, "usage: go tool ebnflint [flags] [filename]\n")
flag.PrintDefaults()
os.Exit(1)
}