cmd/gio: clarify usage summary

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-07 14:01:32 +02:00
parent ddcbccf041
commit f223c7b0c9
+1 -1
View File
@@ -33,7 +33,7 @@ type buildInfo struct {
func main() {
flag.Usage = func() {
fmt.Fprintf(os.Stderr, "Gio is a tool for building gio programs.\n\n")
fmt.Fprintf(os.Stderr, "Gio is a tool for building and packaging Gio (gioui.org) programs.\n\n")
fmt.Fprintf(os.Stderr, "Usage:\n\n\tgio [flags] <pkg>\n\n")
flag.PrintDefaults()
os.Exit(2)