From 8b507cec0afa03e129f98141c14599e3f63a6df8 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 1 Mar 2016 16:35:45 -0500 Subject: [PATCH] Change given update https://github.com/ipfs/go-ipfs/pull/2423 --- apiary.apib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiary.apib b/apiary.apib index 2febe4d..2f3743c 100644 --- a/apiary.apib +++ b/apiary.apib @@ -5403,7 +5403,7 @@ read the entire file similar to unix cat. + Parameters + arg (string, required) - Path to file to be read. - + offset (number, optional) - Offset to read from. Alias: o. + + offset (number, optional) - Byte offset to begin reading from. Alias: o. + count (number, optional) - Maximum number of bytes to read. Alias: n. + flush (boolean, optional) - Flush target and ancestors after write. Default: true. Alias: f.