From 67db330b81c49a45d15e3cb9bd62c774c9b743ff Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Mon, 3 Oct 2022 10:52:05 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=8E=A8=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d09e040..8acee28 100644 --- a/src/main.rs +++ b/src/main.rs @@ -99,7 +99,7 @@ pub struct UpdateOpts { #[derive(Debug, Parser)] pub struct UninstallOpts { - /// ESP-IDF version to uninstall. If empty, no esp-idf is uninsalled. Version format: + /// ESP-IDF version to uninstall. If empty, no esp-idf is uninstalled. Version format: /// /// - `commit:`: Uses the commit `` of the `esp-idf` repository. ///