Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
/month -> /GB/month in list statistics.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jan 3, 2009
1 parent e175546 commit 082d4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cloudlib
Expand Up @@ -185,7 +185,7 @@ if ARGV.length >= 1
end
rate_gb_month = 0.15
printf("\n%7.2f MB TOTAL (%d entries). ", total_size, entries.length)
printf("This will cost $%.2f to store for a year at $%.2f/month.\n", (total_size / 1024.0) * rate_gb_month * 12, rate_gb_month)
printf("This will cost $%.2f to store for a year at $%.2f/GB/month.\n", (total_size / 1024.0) * rate_gb_month * 12, rate_gb_month)
exit 0
end
if ARGV[0] == "dump"
Expand Down

0 comments on commit 082d4a1

Please sign in to comment.