We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f209c commit 29dee07Copy full SHA for 29dee07
src/cli.rs
@@ -37,9 +37,9 @@ pub fn app() -> App<'static, 'static> {
37
.about("Get the current performance-mode"));
38
39
let dgpu = SubCommand::with_name("dgpu")
40
- .about("Control or query the dGPU power state")
+ .about("Control or query the dGPU power state on the Surface Book 2")
41
.long_about(indoc!("
42
- Control or query the dGPU power state
+ Control or query the dGPU power state on the Surface Book 2
43
44
Supported values are: 'on', 'off'.
45
"))
0 commit comments