diff --git a/asusctl/src/main.rs b/asusctl/src/main.rs index 84fd5ad0..cf736f8c 100644 --- a/asusctl/src/main.rs +++ b/asusctl/src/main.rs @@ -94,14 +94,18 @@ struct GraphicsCommand { struct BiosCommand { #[options(help = "print help message")] help: bool, - #[options(meta = "", no_long, help = "set bios POST sound ")] + #[options( + meta = "", + no_long, + help = "set bios POST sound: asusctl -p " + )] post_sound_set: Option, #[options(no_long, help = "read bios POST sound")] post_sound_get: bool, #[options( meta = "", no_long, - help = "activate dGPU dedicated/G-Sync " + help = "activate dGPU dedicated/G-Sync: asusctl -d , reboot required" )] dedicated_gfx_set: Option, #[options(no_long, help = "get GPU mode")]