improvements

This commit is contained in:
crapStone 2022-07-16 01:01:48 +02:00
parent 114e567826
commit 3a8ebca75e
No known key found for this signature in database
GPG key ID: 4CAA9E39EEDEB1F0
4 changed files with 59 additions and 56 deletions

View file

@ -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
"#,
),