dconf-reset: fix examples (#12836)

pull/28/head
spageektti 2024-05-25 20:56:59 +02:00 committed by GitHub
parent 7a5873aa7b
commit c476e22061
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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/}}`

View File

@ -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/}}`