commit dc5a7f562c0c541144477128c7fa36889834f7cd
parent b3e88795b6abf927b0c905b01b421e28da83bdb4
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Mon, 25 Feb 2008 09:16:37 -0800
Merge branch 'master' into next
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git 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 <<EOS
+Nothing to do. Please specify at least one of --drop-deleted, --move-deleted,
+--drop-spam, or --move-spam.
+EOS
+
exit
end