Skip to content

Commit

Permalink
refactor(apply): clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Feb 9, 2024
1 parent 74dd61c commit b2b7f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modes/apply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn main(files: &Files, seed_file: &PathBuf, force: bool) {
blocks_applied += 1;
}
println!(
"successfully applied {blocks_applied} blocks ({} bytes)",
"successfully applied {blocks_applied} blocks ({} bytes) to seed",
blocks_applied * files.block_size
);
}

0 comments on commit b2b7f35

Please sign in to comment.