From 925c709097fd4ffdb349deeae709b7f465cc75ba Mon Sep 17 00:00:00 2001 From: Luke D Jones Date: Mon, 21 Sep 2020 20:55:47 +1200 Subject: [PATCH] Minor CLI output correction --- asus-nb-ctrl/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asus-nb-ctrl/src/main.rs b/asus-nb-ctrl/src/main.rs index ab8a2198..9dcda24b 100644 --- a/asus-nb-ctrl/src/main.rs +++ b/asus-nb-ctrl/src/main.rs @@ -92,7 +92,7 @@ fn main() -> Result<(), Box> { "reboot" => println!( "{}\n{}", Green.paint("\nGraphics vendor mode changed successfully\n"), - Red.paint("\nPlease reboot to complete switch to iGPU\n") + Red.paint("\nPlease reboot to complete switch\n") ), "restartx" => { println!(