mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 14:02:19 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a database owned by a specific user with a description:
|
||||
|
||||
`createdb --owner {{username}} {{database_name}} '{{description}}'`
|
||||
`createdb {{[-O|--owner]}} {{username}} {{database_name}} '{{description}}'`
|
||||
|
||||
- Create a database from a template:
|
||||
|
||||
`createdb --template {{template_name}} {{database_name}}`
|
||||
`createdb {{[-T|--template]}} {{template_name}} {{database_name}}`
|
||||
|
||||
Reference in New Issue
Block a user