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:
parent
7afed4adcc
commit
65f8d2a99c
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue