File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pub enum Info {
19
19
SpirvSource ( SpirvSourceDep ) ,
20
20
/// The git commitsh of this cli tool.
21
21
Commitsh ,
22
- /// All the available SPIR-V capabilities that can be set with `--capability `
22
+ /// All the available SPIR-V capabilities that can be set with `--capabilities `
23
23
Capabilities ,
24
24
}
25
25
@@ -54,7 +54,7 @@ impl Show {
54
54
println ! ( "{}" , std:: env!( "GIT_HASH" ) ) ;
55
55
}
56
56
Info :: Capabilities => {
57
- println ! ( "All available options to the `cargo gpu build --capability ` argument:" ) ;
57
+ println ! ( "All available options to the `cargo gpu build --capabilities ` argument:" ) ;
58
58
#[ expect(
59
59
clippy:: use_debug,
60
60
reason = "It's easier to just use `Debug` formatting than implementing `Display`"
You can’t perform that action at this time.
0 commit comments