1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

brightnessctl: fix typo in decrease example (#8213)

This commit is contained in:
Maksim Verkhoturov 2022-07-15 14:11:14 +00:00 committed by GitHub
parent 6415af8d84
commit 50f543866e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@
- 将亮度降低指定的递减量:
`brightnessctl set {{-10%}}`
`brightnessctl set {{10%-}}`

View file

@ -21,4 +21,4 @@
- Decrease brightness by a specified decrement:
`brightnessctl set {{-10%}}`
`brightnessctl set {{10%-}}`