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 {
1919 SpirvSource ( SpirvSourceDep ) ,
2020 /// The git commitsh of this cli tool.
2121 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 `
2323 Capabilities ,
2424}
2525
@@ -54,7 +54,7 @@ impl Show {
5454 println ! ( "{}" , std:: env!( "GIT_HASH" ) ) ;
5555 }
5656 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:" ) ;
5858 #[ expect(
5959 clippy:: use_debug,
6060 reason = "It's easier to just use `Debug` formatting than implementing `Display`"
You can’t perform that action at this time.
0 commit comments