aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/argument_parsing.rs
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2025-06-08 13:46:46 +0200
committerEmil Fresk <emil.fresk@gmail.com>2025-06-15 08:11:11 +0000
commit94cad96829217426645e31fd60899549c691aaf9 (patch)
treee656758520056c455743408c6807e31add89b8e9 /xtask/src/argument_parsing.rs
parentdd3d56625ea2ea07c0958399d39fea703d30e92b (diff)
xtask: Arg is not only used for cargo size
Diffstat (limited to 'xtask/src/argument_parsing.rs')
-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>,
}