Skip to content

Commit d0729f5

Browse files
Merge #825
825: Add a note to stderr if not executing the remove images command. r=Emilgardis a=Alexhuszagh Co-authored-by: Alex Huszagh <[email protected]>
2 parents b6dfd7a + eb56dbf commit d0729f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/commands/images.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ fn remove_images(
200200
} else if execute {
201201
command.run(verbose, false).map_err(Into::into)
202202
} else {
203+
eprintln!("note: this is a dry run. to remove the images, pass the `--execute` flag.");
203204
command.print_verbose(true);
204205
Ok(())
205206
}

0 commit comments

Comments
 (0)