Skip to content

Commit

Permalink
Change to conficts_with("authority")
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 authored Oct 26, 2024
1 parent 40c0968 commit b1095f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/program_v4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ impl ProgramV4SubCommands for App<'_, '_> {
Arg::with_name("all")
.long("all")
.conflicts_with("account")
.conflicts_with("authority")
.help("Show accounts for all authorities"),
)
.arg(pubkey!(
Expand Down

0 comments on commit b1095f4

Please sign in to comment.