From f2328af541da39c11396c8b2d39223b0a2c3e8bc Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 1 Jun 2016 15:38:00 +0100 Subject: [PATCH] files: Adjust to fit ruler 78 License: MIT Signed-off-by: Richard Littauer --- core/commands/files/files.go | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/core/commands/files/files.go b/core/commands/files/files.go index c524a9866..fc427fcd5 100644 --- a/core/commands/files/files.go +++ b/core/commands/files/files.go @@ -26,15 +26,17 @@ var FilesCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "Manipulate unixfs files.", 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: -Most of the subcommands of 'ipfs files' accept the '--flush' flag. It defaults to -true. Use caution when setting this flag to false. It will improve performance -for large numbers of file operations, but it does so at the cost of consistency -guarantees. If the daemon is unexpectedly killed before running 'ipfs files flush' -on the files in question, then data may be lost. This also applies to running -'ipfs repo gc' concurrently with '--flush=false' operations. +Most of the subcommands of 'ipfs files' accept the '--flush' flag. It defaults +to true. Use caution when setting this flag to false. It will improve +performance for large numbers of file operations, but it does so at the cost +of consistency guarantees. If the daemon is unexpectedly killed before running +'ipfs files flush' on the files in question, then data may be lost. This also +applies to running 'ipfs repo gc' concurrently with '--flush=false' +operations. `, }, Options: []cmds.Option{