diff --git a/walkeeper/src/bin/wal_acceptor.rs b/walkeeper/src/bin/wal_acceptor.rs index 10a9632c3d..0ef0436605 100644 --- a/walkeeper/src/bin/wal_acceptor.rs +++ b/walkeeper/src/bin/wal_acceptor.rs @@ -48,7 +48,7 @@ fn main() -> Result<()> { .help("interval for keeping WAL as walkeeper node, after which them will be uploaded to S3 and removed locally"), ) .arg( - Arg::with_name("recall-period") + Arg::with_name("recall") .long("recall") .takes_value(true) .help("Period for requestion pageserver to call for replication"),