Skip to content

Commit

Permalink
Wen restart: the argument is one proto file now instead of a director…
Browse files Browse the repository at this point in the history
…y. (#2800)

We only read and write one single proto file for wen_restart now.
  • Loading branch information
wen-coding authored Aug 30, 2024
1 parent b9c9ecc commit dbaea8f
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 dbaea8f

Please sign in to comment.