Make help message readable for people without a UTF-8 terminal.

This commit is contained in:
Eevee 2009-07-28 18:31:06 -07:00
parent 6a8569b722
commit 398545a77f

View file

@ -187,6 +187,6 @@ def command_help():
csvexport {uri} [dir] Export data from the database given by the URI csvexport {uri} [dir] Export data from the database given by the URI
to a set of CSVs. to a set of CSVs.
Directory defaults to cwd. Directory defaults to cwd.
""" """.encode(sys.getdefaultencoding(), 'replace')
sys.exit(0) sys.exit(0)