From: Brian Warner <warner@allmydata.com>
Date: Wed, 11 Feb 2009 22:28:30 +0000 (-0700)
Subject: backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terre... 
X-Git-Tag: allmydata-tahoe-1.3.0~32
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/css/flags?a=commitdiff_plain;h=23fdd4f48e6d7b047bba64f1155fb0a2d64095a7;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/src/allmydata/scripts/backupdb.py b/src/allmydata/scripts/backupdb.py
index 15bb3453..e04e0ea7 100644
--- a/src/allmydata/scripts/backupdb.py
+++ b/src/allmydata/scripts/backupdb.py
@@ -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.