mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-12 21:17:51 +00:00
improvements
This commit is contained in:
parent
114e567826
commit
3a8ebca75e
4 changed files with 59 additions and 56 deletions
|
@ -76,8 +76,8 @@ pub fn build_cli() -> App<'static> {
|
|||
.long_help(
|
||||
r#"You can choose between these controller types:
|
||||
raw: uses the raw values found in the device files
|
||||
lin: uses percentage values (0.0 - 1.0) with a linear curve for the actual brightness
|
||||
log: uses percentage values (0.0 - 1.0) with a logarithmic curve for the actual brightness
|
||||
lin: uses percentage values (0.0 - 1.0) with a linear curve
|
||||
log: uses percentage values (0.0 - 1.0) with a logarithmic curve
|
||||
the perceived brightness for the human eyes should be linear with this controller
|
||||
"#,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue