diff options
| -rwxr-xr-x | lotto.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ class Lottery: index += 1 -parser = OptionParser(usage = "usage: %prog [options] filename") +parser = OptionParser(usage = "usage: %prog [options] csvfile") parser.add_option("-g", "--general", action="store_true", help="Print general selection contestants.") parser.add_option("-s", "--suite", type="int", help="Print suite selection contestants in suites of SIZE. If SIZE is 0, print all suites.", metavar="SIZE") parser.add_option("-a", "--all", action="store_true", help="Print all contestants.") |
