fixing unix socket defaults.

This commit is contained in:
greg stone
2023-03-02 23:26:44 +00:00
parent 081013f321
commit d4cda28e62
5 changed files with 25 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ func InitFlags(cmd *cobra.Command) {
cmd.PersistentFlags().StringVarP(&storeFilePath, storeFilePathFlag, "",
"",
"the path of the database (defaults to --data-dir/indra.db)",
"the path of the database (default is <data-dir>/indra.db)",
)
viper.BindPFlag(storeFilePathFlag, cmd.PersistentFlags().Lookup(storeFilePathFlag))