From a62c7e5e1debe48c1d8912a50e3907fa5f31a5b6 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Wed, 27 Jun 2007 16:01:01 +0000 Subject: [PATCH] minor output tweak git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@467 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- bin/sup-sync-back | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0