Fix incorrect usage message for gemcalc

This commit is contained in:
Donald Burr 2015-10-12 05:55:44 -07:00
parent 9c3cfed840
commit 836bb886af
2 changed files with 2 additions and 2 deletions

View file

@ -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