/mfs/path -> /some/path
Co-Authored-By: Moritz <13287984+mohe2015@users.noreply.github.com>
Hector Sanjuan committed
Feb 7, 2020 at 15:19 UTC
e05ddfab236cdf19aefe73c784d6dcfff8acff2f
1 file changed
+1
-1
core/commands/files.go
+1
-1
@@ -48,7 +48,7 @@ during garbage collections. MFS is independent from the list of pinned items
48
("ipfs pin ls"). Calls to "ipfs pin add" and "ipfs pin rm" do not affect
49
content on MFS. Similarly, content added with "ipfs add" (which by default
50
pins), is not added to MFS. Any content can be put into MFS with the command
51
-"ipfs files cp /ipfs/<cid> /mfs/path/".
51
+"ipfs files cp /ipfs/<cid> /some/path/".
52
53
54
NOTE: