backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terrell Russell for the catch.

This commit is contained in:
Brian Warner 2009-02-11 15:28:30 -07:00
parent 5f288842d5
commit 23fdd4f48e

View File

@ -61,7 +61,7 @@ I was unable to import a python sqlite library. You have two options:
http://pypi.python.org . Make sure you get the version with support for
SQLite 3.
2: run me with the --no-backupdb option to disable use of the database. This
2: Run me with the --no-backupdb option to disable use of the database. This
will be somewhat slower, since I will be unable to avoid re-uploading
files that were uploaded in the past, but the basic functionality will be
unimpaired.