main: adjust usage to indicate that -db and -config apply to the goose command, and that any subcommand options come after the subcommand

pull/2/head
Liam Staskawicz 2012-12-24 10:28:57 -08:00
parent 8cd66bc122
commit ab33fd0625
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ var usageTmpl = template.Must(template.New("usage").Parse(
`goose is a database migration management system for Go projects.
Usage:
goose <subcommand> [options]
goose [options] <subcommand> [subcommand options]
Commands:{{range .}}
{{.Name | printf "%-10s"}} {{.Summary}}{{end}}