From 23fdd4f48e6d7b047bba64f1155fb0a2d64095a7 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 11 Feb 2009 15:28:30 -0700 Subject: [PATCH] backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terrell Russell for the catch. --- src/allmydata/scripts/backupdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2