Skip to content

Commit 82221c6

Browse files
Update cmd/soroban-cli/src/commands/ledger/entry/fetch/account.rs
Co-authored-by: Leigh <351529+leighmcculloch@users.noreply.github.com>
1 parent 91fd142 commit 82221c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/soroban-cli/src/commands/ledger/entry/fetch

cmd/soroban-cli/src/commands/ledger/entry/fetch/account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use clap::{command, Parser};
1111
#[derive(Parser, Debug, Clone)]
1212
#[group(skip)]
1313
pub struct Cmd {
14-
/// Account alias or public key to lookup, default is test identity
14+
/// Account alias or address to lookup
1515
pub account: String,
1616

1717
#[command(flatten)]

0 commit comments

Comments
 (0)