Skip to content

Commit eb56dbf

Browse files
committed
Add a note to stderr if not executing the remove images command.
1 parent 3d586e8 commit eb56dbf

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)