aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xtask/src/argument_parsing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/argument_parsing.rs b/xtask/src/argument_parsing.rs
index 04f2f28..c3e0e68 100644
--- a/xtask/src/argument_parsing.rs
+++ b/xtask/src/argument_parsing.rs
@@ -543,7 +543,7 @@ pub struct QemuAndRun {
#[derive(Debug, Parser, Clone)]
pub struct Arg {
- /// Options to pass to `cargo size`
+ /// Options to pass to `cargo <subcommand>`
#[command(subcommand)]
pub arguments: Option<ExtraArguments>,
}