From 94cad96829217426645e31fd60899549c691aaf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sun, 8 Jun 2025 13:46:46 +0200 Subject: [PATCH] xtask: Arg is not only used for cargo size --- xtask/src/argument_parsing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/argument_parsing.rs b/xtask/src/argument_parsing.rs index 04f2f288b7c..c3e0e6846cf 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 ` #[command(subcommand)] pub arguments: Option, }