Further improve CLI feedback

This commit is contained in:
Luke D Jones
2021-03-10 16:01:04 +13:00
parent 707b3bcc2d
commit 47432524e1
4 changed files with 25 additions and 12 deletions

View File

@@ -264,7 +264,7 @@ impl CtrlFanAndCPU {
if let Some(max_perc) = command.max_percentage {
profile.max_percentage = max_perc;
}
if let Some(ref preset) = command.preset {
if let Some(ref preset) = command.fan_preset {
profile.fan_preset = preset.into();
}
if let Some(ref curve) = command.curve {