sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit a62c7e5e1debe48c1d8912a50e3907fa5f31a5b6
parent 367805e7236ce3a506a31bcd7c5710b4146b1f8f
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date:   Wed, 27 Jun 2007 16:01:01 +0000

minor output tweak

git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@467 5c8cc53c-5e98-4d25-b20a-d8db53a31250

Diffstat:
M bin/sup-sync-back | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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