From: Yann Dirson Date: Mon, 11 Dec 2023 16:35:52 +0000 (+0100) Subject: Fix typo in --help X-Git-Tag: 0.3.0~7^2~7 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=422c67aaa51ada20637358621a28e02f3a71e464;p=xen-guest-agent.git Fix typo in --help Signed-off-by: Yann Dirson --- diff --git a/src/main.rs b/src/main.rs index 2b80850..f193874 100644 --- a/src/main.rs +++ b/src/main.rs @@ -104,7 +104,7 @@ async fn main() -> Result<(), Box> { #[derive(clap::Parser)] struct Cli { - /// Print2 logs to stderr instead of system logs + /// Print logs to stderr instead of system logs #[arg(short, long)] stderr: bool,