Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Apr 9, 2024
1 parent 9de4980 commit 51c4419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ pub fn cli_app() -> Command {
.help("Disables the discovery packet filter. Useful for testing in smaller networks")
.action(ArgAction::SetTrue)
.help_heading(FLAG_HEADER)
.display_order(0)
)
.arg(
Arg::new("shutdown-after-sync")
Expand Down Expand Up @@ -286,7 +287,6 @@ pub fn cli_app() -> Command {
)
.arg(
Arg::new("disable-enr-auto-update")
.short('x')
.action(ArgAction::SetTrue)
.help_heading(FLAG_HEADER)
.long("disable-enr-auto-update")
Expand Down

0 comments on commit 51c4419

Please sign in to comment.