Clarify format of date for gem calc
This commit is contained in:
parent
8337f0bbc5
commit
9c3cfed840
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ where [options] can be one or more of:
|
||||||
Plus one of the following:
|
Plus one of the following:
|
||||||
|
|
||||||
TO CALCULATE NUMBER OF LOVE GEMS YOU'LL HAVE ON A GIVEN DATE:
|
TO CALCULATE NUMBER OF LOVE GEMS YOU'LL HAVE ON A GIVEN DATE:
|
||||||
[-d | --date] Date to calculate gem count for
|
[-d | --date] Date to calculate gem count for (MM/DD/YYYY)
|
||||||
|
|
||||||
TO CALCULATE HOW LONG UNTIL YOU WILL GET A CERTAIN NUMBER OF GEMS:
|
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 level that card will be at given EXP
|
||||||
|
|
|
@ -131,7 +131,7 @@ def usage():
|
||||||
print "Plus one of the following:"
|
print "Plus one of the following:"
|
||||||
print ""
|
print ""
|
||||||
print "TO CALCULATE NUMBER OF LOVE GEMS YOU'LL HAVE ON A GIVEN DATE:"
|
print "TO CALCULATE NUMBER OF LOVE GEMS YOU'LL HAVE ON A GIVEN DATE:"
|
||||||
print "[-d | --date] Date to calculate gem count for"
|
print "[-d | --date] Date to calculate gem count for (MM/DD/YYYY)"
|
||||||
print ""
|
print ""
|
||||||
print "TO CALCULATE HOW LONG UNTIL YOU WILL GET A CERTAIN NUMBER OF GEMS:"
|
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 level that card will be at given EXP"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue