Skip to content

Commit 3574b87

Browse files
committed
fine tune
1 parent 216e122 commit 3574b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/generate-bindata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
func main() {
1616
if len(os.Args) != 3 {
17-
fmt.Println("usage: generate-bindata local-directory embed-filename")
17+
fmt.Println("usage: ./generate-bindata {local-directory} {bindata-filename}")
1818
os.Exit(1)
1919
}
2020

0 commit comments

Comments
 (0)