Skip to content

Commit

Permalink
fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Blad3Mak3r committed Jun 15, 2022
1 parent 1d227d8 commit 9b474a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func init() {
var useHelp bool
flag.BoolVar(&useHelp, "help", false, "Show this help menu.")

flag.StringVar(&filePath, "file", "./config.yml", "Select where is located config file.")
flag.StringVar(&filePath, "config", "./config.yml", "Select where is located config file.")

flag.StringVar(&containerId, "container", "", "Specific the ID (or name) of the container in which the instance of the database is running, this will avoid the requirement that the command is executed by the postgre user.")

Expand Down

0 comments on commit 9b474a1

Please sign in to comment.