Skip to content

Commit 29dee07

Browse files
committed
Clarify help messages
1 parent b5f209c commit 29dee07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ pub fn app() -> App<'static, 'static> {
3737
.about("Get the current performance-mode"));
3838

3939
let dgpu = SubCommand::with_name("dgpu")
40-
.about("Control or query the dGPU power state")
40+
.about("Control or query the dGPU power state on the Surface Book 2")
4141
.long_about(indoc!("
42-
Control or query the dGPU power state
42+
Control or query the dGPU power state on the Surface Book 2
4343
4444
Supported values are: 'on', 'off'.
4545
"))

0 commit comments

Comments
 (0)