mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Minor CLI output correction
This commit is contained in:
@@ -92,7 +92,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
"reboot" => println!(
|
"reboot" => println!(
|
||||||
"{}\n{}",
|
"{}\n{}",
|
||||||
Green.paint("\nGraphics vendor mode changed successfully\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" => {
|
"restartx" => {
|
||||||
println!(
|
println!(
|
||||||
|
|||||||
Reference in New Issue
Block a user