From: meejah <meejah@meejah.ca>
Date: Wed, 28 Oct 2015 20:45:50 +0000 (-0600)
Subject: fix the windows command-line too
X-Git-Url: https://git.rkrishnan.org/simplejson/components/(%5B%5E?a=commitdiff_plain;h=f19007f737edad60e94d2d403db012448d1437a5;p=tahoe-lafs%2Ftahoe-lafs.git

fix the windows command-line too
---

diff --git a/docs/magic-folder-howto.rst b/docs/magic-folder-howto.rst
index 4f71d755..9320093d 100644
--- a/docs/magic-folder-howto.rst
+++ b/docs/magic-folder-howto.rst
@@ -182,7 +182,7 @@ Run::
   bin\tahoe -d ..\grid\alice magic-folder create magic: alice ..\local\alice
   bin\tahoe -d ..\grid\alice magic-folder invite magic: bob >invitecode
   set /p INVITECODE=<invitecode
-  bin\tahoe -d ..\grid\bob magic-folder join %INVITECODE% bob ..\local\bob
+  bin\tahoe -d ..\grid\bob magic-folder join %INVITECODE% ..\local\bob
 
 Then close the Command Prompt windows that are running the alice and bob
 nodes, and open two new ones in which to run::