mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 09:34:03 +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{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Interact with ipfs objects representing Unix filesystems.",
|
Tagline: "Interact with ipfs objects representing Unix filesystems.",
|
||||||
ShortDescription: `
|
ShortDescription: `
|
||||||
'ipfs file' provides a familar interface to filesystems represtented
|
'ipfs file' provides a familiar interface to file systems represented
|
||||||
by IPFS objects that hides IPFS-implementation details like layout
|
by IPFS objects, which hides IPFS implementation details like layout
|
||||||
objects (e.g. fanout and chunking).
|
objects (e.g. fanout and chunking).
|
||||||
`,
|
`,
|
||||||
Synopsis: `
|
Synopsis: `
|
||||||
|
Reference in New Issue
Block a user