From 7539011be5d0f2704585238c97df35f69c600129 Mon Sep 17 00:00:00 2001 From: User Date: Sat, 9 Jul 2022 10:41:29 +0000 Subject: [PATCH] Update main.rs --- asusctl/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asusctl/src/main.rs b/asusctl/src/main.rs index fe0313c5..9df13c7b 100644 --- a/asusctl/src/main.rs +++ b/asusctl/src/main.rs @@ -475,7 +475,7 @@ fn handle_fan_curve( if !supported.fan_curves { println!("Fan-curves not supported by either this kernel or by the laptop."); println!( - "This requires kernel 5.17 (unlreleased) or the fan curve patch listed in the readme." + "This requires kernel 5.17 or the fan curve patch listed in the readme." ); return Err(ProfileError::NotSupported.into()); }