mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
usql: remove --list-databases flag (#12882)
This commit is contained in:
parent
b0712f5bd8
commit
e567dc6833
2 changed files with 0 additions and 8 deletions
|
@ -15,10 +15,6 @@
|
||||||
|
|
||||||
`usql --command="{{comando_sql}}"`
|
`usql --command="{{comando_sql}}"`
|
||||||
|
|
||||||
- Lista las bases de datos disponibles en el servidor:
|
|
||||||
|
|
||||||
`usql --list-databases`
|
|
||||||
|
|
||||||
- Ejecuta un comando SQL en el indicador `usql`:
|
- Ejecuta un comando SQL en el indicador `usql`:
|
||||||
|
|
||||||
`{{prompt}}=> {{comando}}`
|
`{{prompt}}=> {{comando}}`
|
||||||
|
|
|
@ -15,10 +15,6 @@
|
||||||
|
|
||||||
`usql --command="{{sql_command}}"`
|
`usql --command="{{sql_command}}"`
|
||||||
|
|
||||||
- List databases available on the server:
|
|
||||||
|
|
||||||
`usql --list-databases`
|
|
||||||
|
|
||||||
- Run an SQL command in the `usql` prompt:
|
- Run an SQL command in the `usql` prompt:
|
||||||
|
|
||||||
`{{prompt}}=> {{command}}`
|
`{{prompt}}=> {{command}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue