We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216e122 commit 3574b87Copy full SHA for 3574b87
build/generate-bindata.go
@@ -14,7 +14,7 @@ import (
14
15
func main() {
16
if len(os.Args) != 3 {
17
- fmt.Println("usage: generate-bindata local-directory embed-filename")
+ fmt.Println("usage: ./generate-bindata {local-directory} {bindata-filename}")
18
os.Exit(1)
19
}
20
0 commit comments