X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=cmd%2Fbinapi-generator%2Fmain.go;h=af6062838fd1d6ea7e8ab6bed25febff4c98378d;hb=a4e8bf2efe9189ce795f87ab07adbb3780d01d7d;hp=3dc2c08bb65db589a795a4df17bb3193235d4bfd;hpb=ff0a39377533365e128c3364395c6bfbae8d5b1a;p=govpp.git diff --git a/cmd/binapi-generator/main.go b/cmd/binapi-generator/main.go index 3dc2c08..af60628 100644 --- a/cmd/binapi-generator/main.go +++ b/cmd/binapi-generator/main.go @@ -32,6 +32,7 @@ import ( func init() { flag.Usage = func() { fmt.Fprintf(os.Stderr, "Usage: %s [OPTION] API_FILES\n", os.Args[0]) + fmt.Fprintln(os.Stderr, "Provide API_FILES by file name, or with full path including extension.") fmt.Fprintln(os.Stderr, "Parse API_FILES and generate Go bindings based on the options given:") flag.PrintDefaults() }