fix usage

This commit is contained in:
Mark McGranaghan 2012-10-01 17:47:43 -07:00
parent 7ea21a9e17
commit 54e1b4b33c

View File

@ -74,7 +74,7 @@ type seg struct {
func main() {
if len(os.Args) <= 1 {
fmt.Fprintln(os.Stderr, "usage: tool/generate *.{go,sh} > output.html")
fmt.Fprintln(os.Stderr, "usage: tool/build-html-inner *.{go,sh} > output.html")
os.Exit(1)
}