Skip to content

Commit 1db257c

Browse files
authored
docs: correct docs for cast logs (#5247)
1 parent f9fc929 commit 1db257c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cli/src/opts/cast.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ pub enum Subcommands {
286286
/// Create an access list for a transaction.
287287
#[clap(visible_aliases = &["ac", "acl"])]
288288
AccessList(AccessListArgs),
289-
/// Create an access list for a transaction.
289+
/// Get logs by signature or topic.
290+
#[clap(visible_alias = "l")]
290291
Logs(LogsArgs),
291292
/// Get information about a block.
292293
#[clap(visible_alias = "bl")]
@@ -703,7 +704,7 @@ pub enum Subcommands {
703704
},
704705

705706
/// Perform an ENS reverse lookup.
706-
#[clap(visible_alias = "l")]
707+
#[clap(visible_alias = "la")]
707708
LookupAddress {
708709
/// The account to perform the lookup for.
709710
who: Option<Address>,

0 commit comments

Comments
 (0)