1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00

cradle-sql: update truncate wording

This commit is contained in:
pxgamer 2018-11-13 17:53:16 +00:00 committed by Agniva De Sarker
parent 7afed4adcc
commit 65f8d2a99c

View file

@ -10,11 +10,11 @@
`cradle sql build {{package_name}}`
- Truncate the entire database:
- Empty the entire database:
`cradle sql flush`
- Truncate the database tables for a specific package:
- Empty the database tables for a specific package:
`cradle sql flush {{package_name}}`