From b4d3e23024d33ed60b181cae4d3c54400dd0e9de Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Wed, 27 Jan 2010 12:09:56 -0800
Subject: [PATCH] docs: fix references to --no-storage, explanation of
 [storage] section

---
 docs/configuration.txt | 2 +-
 docs/frontends/CLI.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/configuration.txt b/docs/configuration.txt
index aed14c7f..3b0ed628 100644
--- a/docs/configuration.txt
+++ b/docs/configuration.txt
@@ -509,7 +509,7 @@ introducer.furl = pb://ok45ssoklj4y7eok5c3xkmj@tahoe.example:44801/ii3uumo
 helper.furl = pb://ggti5ssoklj4y7eok5c3xkmj@helper.tahoe.example:7054/kk8lhr
 
 [storage]
-no_storage = False
+enabled = True
 readonly_storage = True
 sizelimit = 10000000000
 
diff --git a/docs/frontends/CLI.txt b/docs/frontends/CLI.txt
index de64b241..d1ae5a77 100644
--- a/docs/frontends/CLI.txt
+++ b/docs/frontends/CLI.txt
@@ -40,7 +40,7 @@ creates a new directory and populates it with files that will allow the
 "tahoe start" command to use it later on. This command creates nodes that
 have client functionality (upload/download files), web API services
 (controlled by the 'webport' file), and storage services (unless
-"--no_storage" is specified).
+"--no-storage" is specified).
 
 NODEDIR defaults to ~/.tahoe/ , and newly-created nodes default to
 publishing a web server on port 3456 (limited to the loopback interface, at
-- 
2.45.2