From a0fcbbc57e3302ddf889b614fd37357702bb6f03 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Fri, 30 Jun 2023 11:22:15 +0200 Subject: [PATCH] Fixed --help docs --- src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.rs b/src/command.rs index d8bc288..c311992 100644 --- a/src/command.rs +++ b/src/command.rs @@ -124,7 +124,7 @@ pub struct Test { #[derive(Parser, Debug)] pub struct New { - /// If set, the built executable will not be sent to the device to run it. + /// Path of the new project. #[arg(required = true)] pub path: String,