diff --git a/cmd/mattermost/commands/extract_content.go b/cmd/mattermost/commands/extract_content.go index 1a12165e91..24aab25bd1 100644 --- a/cmd/mattermost/commands/extract_content.go +++ b/cmd/mattermost/commands/extract_content.go @@ -16,7 +16,7 @@ import ( var ExtractContentCmd = &cobra.Command{ Use: "extract-documents-content", Short: "Extracts the documents content", - Long: "Extracts the documents content and stores it in the database for document searche", + Long: "Extracts the documents content and stores it in the database for document search", Example: "extract-documents-content --from=12345", RunE: extractContentCmdF, }