提交 cd4bc54d 作者: Jeromy Johnson

Merge pull request #2780 from ipfs/feature/files-ruler

files: Adjust to fit ruler 78
...@@ -26,15 +26,17 @@ var FilesCmd = &cmds.Command{ ...@@ -26,15 +26,17 @@ var FilesCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Manipulate unixfs files.", Tagline: "Manipulate unixfs files.",
ShortDescription: ` ShortDescription: `
Files is an API for manipulating IPFS objects as if they were a unix filesystem. Files is an API for manipulating IPFS objects as if they were a unix
filesystem.
NOTE: NOTE:
Most of the subcommands of 'ipfs files' accept the '--flush' flag. It defaults to Most of the subcommands of 'ipfs files' accept the '--flush' flag. It defaults
true. Use caution when setting this flag to false. It will improve performance to true. Use caution when setting this flag to false. It will improve
for large numbers of file operations, but it does so at the cost of consistency performance for large numbers of file operations, but it does so at the cost
guarantees. If the daemon is unexpectedly killed before running 'ipfs files flush' of consistency guarantees. If the daemon is unexpectedly killed before running
on the files in question, then data may be lost. This also applies to running 'ipfs files flush' on the files in question, then data may be lost. This also
'ipfs repo gc' concurrently with '--flush=false' operations. applies to running 'ipfs repo gc' concurrently with '--flush=false'
operations.
`, `,
}, },
Options: []cmds.Option{ Options: []cmds.Option{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论