Rename hbafile to hba
This commit is contained in:
parent
2cbea02b3a
commit
8fea0e21fb
2
main.go
2
main.go
@ -20,7 +20,7 @@ func main() {
|
|||||||
hbabuf, initbuf strings.Builder
|
hbabuf, initbuf strings.Builder
|
||||||
)
|
)
|
||||||
|
|
||||||
flag.StringVar(&hbastr, "hbafile", "pg_hba.conf", "Host-Based authentication file output")
|
flag.StringVar(&hbastr, "hba", "pg_hba.conf", "Host-Based authentication file output")
|
||||||
flag.StringVar(&initstr, "init", "init.sql", "SQL command list file output")
|
flag.StringVar(&initstr, "init", "init.sql", "SQL command list file output")
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user