Skip to content

Commit

Permalink
Hide wen_restart and do not take default value for now. (solana-labs#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-coding authored Oct 10, 2023
1 parent 33e1dd7 commit 7c80fa1
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 @@ -1385,10 +1385,10 @@ pub fn app<'a>(version: &'a str, default_args: &'a DefaultArgs) -> App<'a, 'a> {
.arg(
Arg::with_name("wen_restart")
.long("wen-restart")
.hidden(hidden_unless_forced())
.value_name("DIR")
.takes_value(true)
.required(false)
.default_value(&default_args.wen_restart_path)
.conflicts_with("wait_for_supermajority")
.help(
"When specified, the validator will enter Wen Restart mode which
Expand Down

0 comments on commit 7c80fa1

Please sign in to comment.