mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
Merge pull request #2311 from ipfs/feature/fix-up-ipfs-file-comments
Fixed spelling errors, added oxford comma
This commit is contained in:
@ -6,8 +6,8 @@ var UnixFSCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Interact with ipfs objects representing Unix filesystems.",
|
||||
ShortDescription: `
|
||||
'ipfs file' provides a familar interface to filesystems represtented
|
||||
by IPFS objects that hides IPFS-implementation details like layout
|
||||
'ipfs file' provides a familiar interface to file systems represented
|
||||
by IPFS objects, which hides IPFS implementation details like layout
|
||||
objects (e.g. fanout and chunking).
|
||||
`,
|
||||
Synopsis: `
|
||||
|
Reference in New Issue
Block a user