couchpy --version (return code: 0)
couchpy - CouchDB Python 0.10
Copyright (C) 2007 Christopher Lenz <cmlenz@gmx.de>.
couchpy --help (return code: 0)
Usage: couchpy [OPTION]
The couchpy command runs the CouchDB Python view server.
The exit status is 0 for success or 1 for failure.
Options:
--version display version information and exit
-h, --help display a short help message and exit
--json-module=<name> set the JSON module to use ('simplejson', 'cjson',
or 'json' are supported)
--log-file=<file> name of the file to write log messages to, or '-' to
enable logging to the standard error stream
--debug enable debug logging; requires --log-file to be
specified
Report bugs via the web at <http://code.google.com/p/couchdb-python>.