@cryptotaxi247 / kubo / commits / effbc0a54

docs(commands): fix mfs wording

Steven Allen committed Feb 7, 2020 at 07:27 UTC effbc0a542d72ee29dbb71949ca0b9bc67f75683
1 file changed +1 -1
core/commands/files.go
+1 -1
@@ -46,7 +46,7 @@ updated when a change happens (and can be checked with "ipfs files stat /").
46 All files and folders within MFS are respected and will not be cleaned up
47 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" will add and remove
49 -an separate pin independent of the content on MFS. If MFS content that was
49 +pins independently of MFS. If MFS content that was
50 additionally pinned is removed by calling "ipfs files rm", it will still
51 remain pinned.
52