diff --git a/README.md b/README.md index 5d07c94..ed84146 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ TO CALCULATE NUMBER OF LOVE GEMS YOU'LL HAVE ON A GIVEN DATE: [-d | --date] Date to calculate gem count for (MM/DD/YYYY) TO CALCULATE HOW LONG UNTIL YOU WILL GET A CERTAIN NUMBER OF GEMS: -[-G | --desired-gems] Calculate level that card will be at given EXP +[-G | --desired-gems] Calculate date when you will have that number of gems ``` Example: How many love gems will you have on Christmas? diff --git a/gemcalc.py b/gemcalc.py index 19c3ba0..06fc119 100755 --- a/gemcalc.py +++ b/gemcalc.py @@ -134,7 +134,7 @@ def usage(): print "[-d | --date] Date to calculate gem count for (MM/DD/YYYY)" print "" print "TO CALCULATE HOW LONG UNTIL YOU WILL GET A CERTAIN NUMBER OF GEMS:" - print "[-G | --desired-gems] Calculate level that card will be at given EXP" + print "[-G | --desired-gems] Calculate date when you will have that number of gems" def main(argv): current_gems = 0