summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-03-31 22:55:53 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2010-03-31 22:55:53 -0400
commit502bcbcd57d7861325606a6f759f14a0e2285ae8 (patch)
tree174bb83d5bda2ab1d1b839fb66b98f3da28c5d57
parentSpacing. (diff)
downloadHousingLottery-502bcbcd57d7861325606a6f759f14a0e2285ae8.tar.xz
HousingLottery-502bcbcd57d7861325606a6f759f14a0e2285ae8.zip
Help text fixes.HEADmaster
-rwxr-xr-xlotto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotto.py b/lotto.py
index 68b76d7..ae61df0 100755
--- a/lotto.py
+++ b/lotto.py
@@ -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.")