X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/ade6dae4cecb45d524771c9ba89863a16e236f65..53194dd73f5fdd70b87003c0ac32e432d94d4e36:/picsorter.js diff --git a/picsorter.js b/picsorter.js index b07cfc6..5eee6c1 100644 --- a/picsorter.js +++ b/picsorter.js @@ -180,7 +180,7 @@ function show_commands() { if (picinfo[f].deleted == "deleted") { commands.push("shred -u " + escaped_filename); } else if (picinfo[f].deleted == "extra") { - commands.push("mv " + escaped_filename + " \"$EXTRADIR\""); + commands.push("mv -vi " + escaped_filename + " \"$EXTRADIR\""); } else if ("name" in picinfo[f] && picinfo[f].name.length > 0) { var command = ["pic-mv"]; if ("exposure" in picinfo[f]) {