1
0
Fork 0
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:
pxgamer 2018-11-13 12:16:49 +00:00 committed by Agniva De Sarker
parent 744acae972
commit 72f5216f6c

View file

@ -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}}`