]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix the windows command-line too
authormeejah <meejah@meejah.ca>
Wed, 28 Oct 2015 20:45:50 +0000 (14:45 -0600)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 25 Jan 2016 15:52:13 +0000 (15:52 +0000)
docs/magic-folder-howto.rst

index 4f71d7552174454b1b60f3fff46bde80c772466e..9320093db70501f5b378ba157ca3ee48c8b72513 100644 (file)
@@ -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::