Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-10 00:18:18 +00:00
parent fbe9a1abf2
commit d2ae2c7f65
19 changed files with 103 additions and 34 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Destroy a database:
`dropdb {{dbname}}`
`dropdb {{database_name}}`
- Request a verification prompt before any destructive actions:
@@ -19,11 +19,11 @@ source: https://github.com/tldr-pages/tldr.git
- Connect with a specific username and destroy a database:
`dropdb {{[-U|--username]}} {{username}} {{dbname}}`
`dropdb {{[-U|--username]}} {{username}} {{database_name}}`
- Force a password prompt before connecting to the database:
`dropdb {{[-W|--password]}} {{dbname}}`
`dropdb {{[-W|--password]}} {{database_name}}`
- Suppress a password prompt before connecting to the database: