/mfs/path -> /some/path

Co-Authored-By: Moritz <13287984+mohe2015@users.noreply.github.com>
This commit is contained in:
Hector Sanjuan 2020-02-07 15:19:37 +01:00 committed by GitHub
parent 10194de133
commit e05ddfab23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ during garbage collections. MFS is independent from the list of pinned items
("ipfs pin ls"). Calls to "ipfs pin add" and "ipfs pin rm" do not affect
content on MFS. Similarly, content added with "ipfs add" (which by default
pins), is not added to MFS. Any content can be put into MFS with the command
"ipfs files cp /ipfs/<cid> /mfs/path/".
"ipfs files cp /ipfs/<cid> /some/path/".
NOTE: