From effbc0a542d72ee29dbb71949ca0b9bc67f75683 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 7 Feb 2020 07:27:27 -0800 Subject: [PATCH] docs(commands): fix mfs wording --- 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 b7f46649a..25f6ca8f8 100644 --- a/core/commands/files.go +++ b/core/commands/files.go @@ -46,7 +46,7 @@ updated when a change happens (and can be checked with "ipfs files stat /"). All files and folders within MFS are respected and will not be cleaned up during garbage collections. MFS is independent from the list of pinned items ("ipfs pin ls"). Calls to "ipfs pin add" and "ipfs pin rm" will add and remove -an separate pin independent of the content on MFS. If MFS content that was +pins independently of MFS. If MFS content that was additionally pinned is removed by calling "ipfs files rm", it will still remain pinned.