From e05ddfab236cdf19aefe73c784d6dcfff8acff2f Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 7 Feb 2020 15:19:37 +0100 Subject: [PATCH] /mfs/path -> /some/path Co-Authored-By: Moritz <13287984+mohe2015@users.noreply.github.com> --- core/commands/files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/files.go b/core/commands/files.go index 16ab82c3e..457773585 100644 --- a/core/commands/files.go +++ b/core/commands/files.go @@ -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/ /mfs/path/". +"ipfs files cp /ipfs/ /some/path/". NOTE: