From bc07ac305c3a6b587a297baf52580a4c2b99bf7d Mon Sep 17 00:00:00 2001 From: Jon-Becker Date: Mon, 11 Dec 2023 10:00:11 -0500 Subject: [PATCH] chore: fix typo --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index f6c14ce0..d710d85f 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -75,7 +75,7 @@ pub enum Subcommands { #[clap( name = "snapshot", - about = "Infer functiogn information from bytecode, including access control, gas + about = "Infer function information from bytecode, including access control, gas consumption, storage accesses, event emissions, and more" )] Snapshot(SnapshotArgs),