Skip to content

Commit

Permalink
Fixing arbitratror aftre split to own package
Browse files Browse the repository at this point in the history
  • Loading branch information
svaroqui committed Mar 7, 2022
1 parent fe2a55b commit 52a36fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arbitrator/arbitrator_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func init() {
conf.MemProfile = memprofile
conf.WithTarball = WithTarball
rootCmd.PersistentFlags().StringVar(&conf.ConfigFile, "config", "", "Configuration file (default is config.toml)")
rootCmd.PersistentFlags().StringVar(&cfgGroup, "cluster", "", "Configuration group (default is none)")
rootCmd.Flags().StringVar(&conf.KeyPath, "keypath", "/etc/replication-manager/.replication-manager.key", "Encryption key file path")
rootCmd.PersistentFlags().BoolVar(&conf.Verbose, "verbose", false, "Print detailed execution info")
rootCmd.PersistentFlags().StringVar(&memprofile, "memprofile", "/tmp/repmgr.mprof", "Write a memory profile to a file readable by pprof")
Expand Down

0 comments on commit 52a36fb

Please sign in to comment.