Skip to content

Commit b06ee19

Browse files
committed
rename mentions of --capability to --capabilities
1 parent 2c333e7 commit b06ee19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cargo-gpu/src/show.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`"

0 commit comments

Comments
 (0)