We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4972eb commit 85adf57Copy full SHA for 85adf57
pkg/cmd/crawler/reindex/reindex.go
@@ -33,7 +33,7 @@ func NewReindexCmd(f *cmdutil.Factory, runF func(*ReindexOptions) error) *cobra.
33
Use: "reindex <crawler_id>...",
34
Args: cobra.MinimumNArgs(1),
35
ValidArgsFunction: cmdutil.CrawlerIDs(opts.CrawlerClient),
36
- Short: "Reindexs the specified crawlers",
+ Short: "Reindexes the specified crawlers",
37
Long: heredoc.Doc(`
38
Request the specified crawler to start (or restart) crawling.
39
`),
0 commit comments