Update 'led-mode' -> 'aura' in example command.

led-mode is renamed to aura in 19ffcf3376
This commit is contained in:
armdebug
2025-01-28 02:18:56 +05:30
parent 36c34cb3dd
commit 81f6c18a24

View File

@@ -281,8 +281,8 @@ fn do_parsed(
}
println!("\nExtra help can be requested on any command or subcommand:");
println!(" asusctl led-mode --help");
println!(" asusctl led-mode static --help");
println!(" asusctl aura --help");
println!(" asusctl aura static --help");
}
}
}