Skip to content

Commit 85adf57

Browse files
Update pkg/cmd/crawler/reindex/reindex.go
Co-authored-by: Dylan Tientcheu <[email protected]>
1 parent a4972eb commit 85adf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/crawler/reindex/reindex.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func NewReindexCmd(f *cmdutil.Factory, runF func(*ReindexOptions) error) *cobra.
3333
Use: "reindex <crawler_id>...",
3434
Args: cobra.MinimumNArgs(1),
3535
ValidArgsFunction: cmdutil.CrawlerIDs(opts.CrawlerClient),
36-
Short: "Reindexs the specified crawlers",
36+
Short: "Reindexes the specified crawlers",
3737
Long: heredoc.Doc(`
3838
Request the specified crawler to start (or restart) crawling.
3939
`),

0 commit comments

Comments
 (0)