Skip to content

Commit 0c74580

Browse files
askaltoleg-jukovec
authored andcommitted
replicaset: fix wrong filename in bootstrap help
1 parent b215c95 commit 0c74580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/replicaset.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func newBootstrapCmd() *cobra.Command {
175175
cmd.Flags().BoolVarP(&replicasetBootstrapVshard, "bootstrap-vshard", "", false,
176176
"bootstrap vshard")
177177
cmd.Flags().StringVarP(&replicasetCartridgeReplicasetsFile, "file", "", "",
178-
`file where replicasets configuration is described (default "<APP_DIR>/instances.yml")`)
178+
`file where replicasets configuration is described (default "<APP_DIR>/replicasets.yml")`)
179179
cmd.Flags().StringVarP(&replicasetReplicasetName, "replicaset", "",
180180
"", "replicaset name for an instance bootstrapping")
181181
cmd.Flags().IntVarP(&replicasetTimeout, "timeout", "", replicasetcmd.

0 commit comments

Comments
 (0)