Skip to content

Commit

Permalink
Correct help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
warwick-mitchell1 committed Mar 13, 2020
1 parent dd80054 commit 68cd09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func Reindex() cli.Command {
Usage: "Reindex from a src index to a dest index optionally creating a new index from an index template",
Flags: []cli.Flag{
cli.StringFlag{Name: "dest-index", Usage: "Optionally specify destination index, otherwise one will be generated and created for you."},
cli.BoolFlag{Name: "bulk-indexing", Usage: "set refresh_interval to -1 and set number_of_replicas to 0 when reindexing and revert afterwards (Does nothing with --dest-index)."},
cli.BoolFlag{Name: "bulk-indexing", Usage: "set refresh_interval to -1 and set number_of_replicas to 0 when reindexing and revert afterwards."},
cli.BoolFlag{Name: "version-external", Usage: "set version_type to external. This will only index documents if they don't exist or the source doc is at a higher version"},
cli.BoolFlag{Name: "no-update-alias", Usage: "don't update the index alias. This setting will also not revert the refresh_interval and number_of_replicas if bulk-indexing is set"},
cli.StringFlag{Name: "reindex-host-allocation", Usage: "Optional target host for the reindex to happen on. eg. 'es-reindex-*'"},
Expand Down

0 comments on commit 68cd09e

Please sign in to comment.