Skip to content

Commit

Permalink
replicaset: fix wrong filename in bootstrap help
Browse files Browse the repository at this point in the history
  • Loading branch information
askalt authored and oleg-jukovec committed Sep 4, 2024
1 parent b215c95 commit 0c74580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/replicaset.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func newBootstrapCmd() *cobra.Command {
cmd.Flags().BoolVarP(&replicasetBootstrapVshard, "bootstrap-vshard", "", false,
"bootstrap vshard")
cmd.Flags().StringVarP(&replicasetCartridgeReplicasetsFile, "file", "", "",
`file where replicasets configuration is described (default "<APP_DIR>/instances.yml")`)
`file where replicasets configuration is described (default "<APP_DIR>/replicasets.yml")`)
cmd.Flags().StringVarP(&replicasetReplicasetName, "replicaset", "",
"", "replicaset name for an instance bootstrapping")
cmd.Flags().IntVarP(&replicasetTimeout, "timeout", "", replicasetcmd.
Expand Down

0 comments on commit 0c74580

Please sign in to comment.