mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 04:51:13 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user