Skip to content

Commit

Permalink
Merge of #6091
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jul 25, 2024
2 parents 54bc2a4 + eab879f commit a7d2072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account_manager/src/validator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ pub fn cli_app() -> Command {
.help("Prints help information")
.action(ArgAction::HelpLong)
.display_order(0)
.help_heading(FLAG_HEADER),
.help_heading(FLAG_HEADER)
.global(true),
)
.arg(
Arg::new(VALIDATOR_DIR_FLAG)
Expand Down
1 change: 1 addition & 0 deletions account_manager/src/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub fn cli_app() -> Command {
.action(ArgAction::HelpLong)
.display_order(0)
.help_heading(FLAG_HEADER)
.global(true)
)
.arg(
Arg::new(WALLETS_DIR_FLAG)
Expand Down

0 comments on commit a7d2072

Please sign in to comment.