]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terre...
authorBrian Warner <warner@allmydata.com>
Wed, 11 Feb 2009 22:28:30 +0000 (15:28 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 11 Feb 2009 22:28:30 +0000 (15:28 -0700)
src/allmydata/scripts/backupdb.py

index 15bb34534fd8d31dc776045f505206587d371128..e04e0ea7eaec87c24e338a839b0f990649bad9da 100644 (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.