Skip to content

Commit

Permalink
cli: fix arg description
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Mar 1, 2024
1 parent a854954 commit e058f7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rust-crates/sns-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ enum Commands {
help = "The path to the wallet private key used to set the favourite domain or an owner wallet"
)]
owner: String,
#[arg(
required = true,
help = "The list of domains to transfer with or without .sol suffix"
)]
#[arg(required = true, help = "The domain to set as favorite")]
domain: String,
#[arg(long, short, help = "Optional custom RPC URL")]
url: Option<String>,
Expand Down

0 comments on commit e058f7c

Please sign in to comment.