bin/s3repo in s3repo-0.3.4 vs bin/s3repo in s3repo-1.0.0

- old
+ new

@@ -39,13 +39,13 @@ end end p.command(:prune) do |c| c.syntax 'prune' - c.description 'Prune package tarballa from the repo' + c.description 'Prune orphaned files from the repo' c.action do - S3Repo.new.prune_packages + S3Repo.new.prune_files end end p.action do puts p