We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27c533 commit 57adf5fCopy full SHA for 57adf5f
tools/dsctest/src/args.rs
@@ -56,7 +56,7 @@ pub enum SubCommand {
56
},
57
#[clap(name = "exporter", about = "Exports different types of resources")]
58
Exporter {
59
- #[clap(name = "input", short, long, help = "The input to the exit code command as JSON")]
+ #[clap(name = "input", short, long, help = "The input to the exporter command as JSON")]
60
input: String,
61
62
0 commit comments