Skip to content

Commit

Permalink
Fixed flag usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
jamius19 committed Nov 26, 2024
1 parent d22f3cf commit 5e2b0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func usage() {
"source", "dsn", "host", "port", "user", "password", "dbname", "schema", "params", "sslmode",
"path",
"ignore-tables", "ignore-views", "ignore-enums",
"model-pkg", "table-pkg", "view-pkg", "enum-pkg",
"rel-model-path", "rel-table-path", "rel-view-path", "rel-enum-path",
}

for _, name := range order {
Expand Down

0 comments on commit 5e2b0d2

Please sign in to comment.