From 1eac44b76843e9d7311d9fa158277be5231b933d Mon Sep 17 00:00:00 2001 From: Maksim Dimitrov Date: Mon, 7 Aug 2023 15:17:42 +0300 Subject: [PATCH] test(cicd): Test with changes to other files Signed-off-by: Maksim Dimitrov --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d89fd3e..777afc1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -37,7 +37,7 @@ enum Action { hexified: bool, }, #[command( - about = "Convert from hexified and/or compressed wasm module raw or vice versa" + about = "Convert from `hexified` and/or `compressed` to `raw` wasm module and vice versa" )] Convert { #[command(flatten)]