mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
cradle-elastic: update token wording
This commit is contained in:
parent
744acae972
commit
72f5216f6c
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
- Truncate the ElasticSearch index for a specific package:
|
||||
|
||||
`cradle elastic flush {{package}}`
|
||||
`cradle elastic flush {{package_name}}`
|
||||
|
||||
- Submit the ElasticSearch schema:
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
- Submit the ElasticSearch schema for a specific package:
|
||||
|
||||
`cradle elastic map {{package}}`
|
||||
`cradle elastic map {{package_name}}`
|
||||
|
||||
- Populate the ElasticSearch indexes for all packages:
|
||||
|
||||
|
@ -24,4 +24,4 @@
|
|||
|
||||
- Populate the ElasticSearch indexes for a specific package:
|
||||
|
||||
`cradle elastic populate {{package}}`
|
||||
`cradle elastic populate {{package_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue