cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427)

consistently use "filesystem"
This commit is contained in:
Austin
2020-10-03 16:38:06 +02:00
committed by GitHub
parent f36635c12f
commit cfe462c57f
9 changed files with 19 additions and 19 deletions

View File

@@ -4,11 +4,11 @@
> A peer-to-peer hypermedia protocol. Aims to make the web more open.
> More information: <https://ipfs.io>.
- Add a file from local to the file system, pin it and print the relative hash:
- Add a file from local to the filesystem, pin it and print the relative hash:
`ipfs add {{filename}}`
- Add a directory and its files recursively from local to the file system and print the relative hash:
- Add a directory and its files recursively from local to the filesystem and print the relative hash:
`ipfs add -r {{directory}}`