diff --git a/validator/src/commands/run/execute.rs b/validator/src/commands/run/execute.rs index 3a20ae17c0a364..592585a155f5c7 100644 --- a/validator/src/commands/run/execute.rs +++ b/validator/src/commands/run/execute.rs @@ -957,8 +957,8 @@ pub fn execute( (_, 0) => { // snapshots are disabled warn!( - "Snapshots generation was disabled with `--snapshot-interval-slots 0`, \ - which is now deprecated. Use `--no-snapshots` instead.", + "Snapshot generation was disabled with `--snapshot-interval-slots 0`, \ + which is now deprecated. Use `--no-snapshots` instead.", ); ( DISABLED_SNAPSHOT_ARCHIVE_INTERVAL,