Skip to content

Commit

Permalink
dconf-reset: fix examples (tldr-pages#12836)
Browse files Browse the repository at this point in the history
  • Loading branch information
spageektti authored May 25, 2024
1 parent 7a5873a commit c476e22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pages.pt_BR/linux/dconf-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/}}`
4 changes: 2 additions & 2 deletions pages/linux/dconf-reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/}}`

0 comments on commit c476e22

Please sign in to comment.