Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
cavemanloverboy authored Aug 30, 2024
2 parents ed9b1bb + dbaea8f commit 422d088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ pub fn app<'a>(version: &'a str, default_args: &'a DefaultArgs) -> App<'a, 'a> {
Arg::with_name("wen_restart")
.long("wen-restart")
.hidden(hidden_unless_forced())
.value_name("DIR")
.value_name("FILE")
.takes_value(true)
.required(false)
.conflicts_with("wait_for_supermajority")
Expand Down

0 comments on commit 422d088

Please sign in to comment.