From 8e72ff247b5975c817f920f69e8aa896b9ededbc 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 3c8e18d..e7e4326 100644 --- a/apiary.apib +++ b/apiary.apib @@ -4065,7 +4065,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.