files: Adjust to fit ruler 78
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Jun 1, 2016 at 15:38 UTC
f2328af541da39c11396c8b2d39223b0a2c3e8bc
1 file changed
+9
-7
core/commands/files/files.go
+9
-7
@@ -26,15 +26,17 @@ var FilesCmd = &cmds.Command{
26
Helptext: cmds.HelpText{
27
Tagline: "Manipulate unixfs files.",
28
ShortDescription: `
29
-Files is an API for manipulating IPFS objects as if they were a unix filesystem.
29
+Files is an API for manipulating IPFS objects as if they were a unix
30
+filesystem.
31
32
NOTE:
32
-Most of the subcommands of 'ipfs files' accept the '--flush' flag. It defaults to
33
-true. Use caution when setting this flag to false. It will improve performance
34
-for large numbers of file operations, but it does so at the cost of consistency
35
-guarantees. If the daemon is unexpectedly killed before running 'ipfs files flush'
36
-on the files in question, then data may be lost. This also applies to running
37
-'ipfs repo gc' concurrently with '--flush=false' operations.
33
+Most of the subcommands of 'ipfs files' accept the '--flush' flag. It defaults
34
+to true. Use caution when setting this flag to false. It will improve
35
+performance for large numbers of file operations, but it does so at the cost
36
+of consistency guarantees. If the daemon is unexpectedly killed before running
37
+'ipfs files flush' on the files in question, then data may be lost. This also
38
+applies to running 'ipfs repo gc' concurrently with '--flush=false'
39
+operations.
40
`,
41
},
42
Options: []cmds.Option{