From 5c04fd689ab4b3bfadf0ab3bac74abe962e59b0c Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Mon, 11 Jan 2010 20:44:09 -0800
Subject: [PATCH] Change running.html to describe 'tahoe run'

---
 docs/running.html | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/docs/running.html b/docs/running.html
index e5d23168..4790919b 100644
--- a/docs/running.html
+++ b/docs/running.html
@@ -43,9 +43,9 @@
     "<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
     create-client</code>", which will create <code>~/.tahoe</code> to be the
     node's base directory. Acquire a copy of the <code>introducer.furl</code>
-    from the introducer and put it into this directory, then run
+    from the introducer and put it into this directory, then use
     "<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
-    start</code>". After that, the node should be off and running. The first
+    run</code>". After that, the node should be off and running. The first
     thing it will do is connect to the introducer and get itself connected to
     all other nodes on the grid.  By default, a node will serve as a storage
     node, meaning that it offers its disk space to other nodes.  To configure
@@ -55,14 +55,17 @@
     <p>To construct an introducer, create a new base directory for it (the name
     of the directory is up to you), cd into it, and run
     "<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
-    create-introducer .</code>". Now start the introducer by running
-    "<code>tahoe start .</code>". After it starts, it will write a file named
+    create-introducer .</code>". Now run the introducer using
+    "<code>tahoe run .</code>". After it starts, it will write a file named
     <code>introducer.furl</code> in that base directory. This file contains the
     URL the other nodes must use in order to connect to this introducer.</p>
 
-    <p>To stop a running node run
-    "<code><strong>path-to-the-tahoe-bin-directory</strong>/tahoe
-    stop</code>".</p>
+
+    <p>The "<code>tahoe run</code>" or "<code>tahoe run .</code>" commands above
+    will run the node in the foreground. On Unix, you can run it in the background
+    instead by using the "<code>tahoe start</code>" command.
+    To stop a node started in this way, use "<code>tahoe stop</code>".
+    <code>tahoe --help</code> gives a summary of all commands.</p>
 
 
     <p>See <a href="configuration.txt">configuration.txt</a> for more
-- 
2.45.2