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),