From: Brian Warner <warner@lothar.com>
Date: Wed, 27 Jan 2010 20:09:56 +0000 (-0800)
Subject: docs: fix references to --no-storage, explanation of [storage] section
X-Git-Tag: trac-4200~13
X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/FOOURL?a=commitdiff_plain;h=b4d3e23024d33ed60b181cae4d3c54400dd0e9de;p=tahoe-lafs%2Ftahoe-lafs.git

docs: fix references to --no-storage, explanation of [storage] section
---

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