projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f28884
)
backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terre...
author
Brian Warner
<warner@allmydata.com>
Wed, 11 Feb 2009 22:28:30 +0000
(15:28 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 11 Feb 2009 22:28:30 +0000
(15:28 -0700)
src/allmydata/scripts/backupdb.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/backupdb.py
b/src/allmydata/scripts/backupdb.py
index 15bb34534fd8d31dc776045f505206587d371128..e04e0ea7eaec87c24e338a839b0f990649bad9da 100644
(file)
--- 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:
r
un me with the --no-backupdb option to disable use of the database. This
+ 2:
R
un 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.