From b9750ed79d91e6ed98a509cf3cc0e3fe1345c3d6 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Mon, 25 Feb 2008 09:16:18 -0800 Subject: [PATCH] improve sup-sync-back "nothing to do" error message --- bin/sup-sync-back | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/sup-sync-back b/bin/sup-sync-back index 57bebbe..4216cf9 100644 --- a/bin/sup-sync-back +++ b/bin/sup-sync-back @@ -51,7 +51,11 @@ EOS end unless opts[:drop_deleted] || opts[:move_deleted] || opts[:drop_spam] || opts[:move_spam] - puts "Nothing to do." + puts <