fix usage
This commit is contained in:
parent
7ea21a9e17
commit
54e1b4b33c
@ -74,7 +74,7 @@ type seg struct {
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if len(os.Args) <= 1 {
|
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)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user