Skip to content

Commit

Permalink
changed cmd line help for dbfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Apr 17, 2010
1 parent f1a078a commit 63a3583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pony_build/web/run.py
Expand Up @@ -12,7 +12,7 @@
parser.add_option('-p', '--port', dest='port', help='port to bind',
type='int', default='5000')
parser.add_option('-f', '--dbfile', dest='dbfile',
help='name for dbfile', type='string',
help='database filename', type='string',
default=':memory:')
parser.add_option('-u', '--url', dest='url', help='public URL',
default=None)
Expand Down

0 comments on commit 63a3583

Please sign in to comment.