From: wmorgan Date: Wed, 29 Aug 2007 16:59:29 +0000 (+0000) Subject: s/deleted/dropped for clarify X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=869bb3f02c531f6f78f17760a219c963fb602cb0;p=sup s/deleted/dropped for clarify git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@550 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/bin/sup-sync-back b/bin/sup-sync-back index c75098c..90fa0d5 100644 --- a/bin/sup-sync-back +++ b/bin/sup-sync-back @@ -112,7 +112,7 @@ begin nil # don't actually add anything! end - $stderr.puts "Scanned #{num_scanned}, deleted #{num_deleted}, moved #{num_moved} messages from #{source}." + $stderr.puts "Scanned #{num_scanned}, dropped #{num_deleted}, moved #{num_moved} messages from #{source}." modified_sources << source if num_deleted > 0 || num_moved > 0 out_fp.close unless opts[:dry_run]