From: wmorgan Date: Wed, 27 Jun 2007 16:01:01 +0000 (+0000) Subject: minor output tweak X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=a62c7e5e1debe48c1d8912a50e3907fa5f31a5b6;p=sup minor output tweak git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@467 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/bin/sup-sync-back b/bin/sup-sync-back index 688ccda..60c8c1b 100644 --- a/bin/sup-sync-back +++ b/bin/sup-sync-back @@ -122,7 +122,7 @@ begin end $stderr.puts "Done." - $stderr.puts "You should run sup-sync --changed #{sources.join(' ')}." if any_modified + $stderr.puts "You should now run: sup-sync --changed #{sources.join(' ')}" if any_modified rescue Exception => e File.open("sup-exception-log.txt", "w") { |f| f.puts e.backtrace } raise