From e1c925b3731fc07df3adcd295f30b73a98a3e5cf Mon Sep 17 00:00:00 2001
From: Alberto Berti <alberto@metapensiero.it>
Date: Tue, 24 Feb 2009 16:36:34 -0700
Subject: [PATCH] Two small fixes on documentation for cli backup command.

---
 docs/backupdb.txt                     | 2 +-
 src/allmydata/scripts/tahoe_backup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/backupdb.txt b/docs/backupdb.txt
index 7c5905e8..c6cea645 100644
--- a/docs/backupdb.txt
+++ b/docs/backupdb.txt
@@ -36,7 +36,7 @@ CREATE TABLE version
  version integer  # contains one row, set to 1
 );
 
-CREATE TABLE last_upload
+CREATE TABLE local_files
 (
  path  varchar(1024),  PRIMARY KEY -- index, this is os.path.abspath(fn)
  size  integer,         -- os.stat(fn)[stat.ST_SIZE]
diff --git a/src/allmydata/scripts/tahoe_backup.py b/src/allmydata/scripts/tahoe_backup.py
index b0e51d69..ee9ad120 100644
--- a/src/allmydata/scripts/tahoe_backup.py
+++ b/src/allmydata/scripts/tahoe_backup.py
@@ -191,7 +191,7 @@ class BackerUpper:
 
         # we have various time formats. The allmydata.com windows backup tool
         # appears to create things like "2008-11-16 10.34 PM". This script
-        # creates things like "2009-11-16--17.34Z".
+        # creates things like "2008-11-16--17.34Z".
         for archive_name in archives_dir.keys():
             if archives_dir[archive_name][0] != "dirnode":
                 continue
-- 
2.45.2