mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:55:24 +02:00
dconf-reset: fix examples (#12836)
This commit is contained in:
parent
7a5873aa7b
commit
c476e22061
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
- Redefine um valor de chave específico:
|
||||
|
||||
`dconf read {{/caminho/para/chave}}`
|
||||
`dconf reset {{/caminho/para/chave}}`
|
||||
|
||||
- Redefine um diretório específico:
|
||||
|
||||
`dconf read -d {{/caminho/para/diretório/}}`
|
||||
`dconf reset -f {{/caminho/para/diretório/}}`
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
- Reset a specific key value:
|
||||
|
||||
`dconf read {{/path/to/key}}`
|
||||
`dconf reset {{/path/to/key}}`
|
||||
|
||||
- Reset a specific directory:
|
||||
|
||||
`dconf read -d {{/path/to/directory/}}`
|
||||
`dconf reset -f {{/path/to/directory/}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue