tests/test_cmd.out
author Dmitriy Morozov <dmitriy@mrzv.org>
Wed, 08 Sep 2010 17:30:13 -0700
changeset 107 564899a22b31
parent 99 a77c4a82e836
permissions -rw-r--r--
Fixed a bug in help_options

usage: test_cmd.py <command> [options]

commands:

 help       Show help for a given help topic or a help overview
 initdb     Initialize database
 runserver  Run development server
test_cmd.py runserver [OPTIONS] 

Run development server

options:

 -l --listen  ip to listen on (default: localhost)
 -p --port    port to listen on (default: 5000)
 -c --config  config file to use (default: webshops.ini)
 -h --help    display help