From 4fe9f5a5e02831b6960b284332e603a313d472f3 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 18 Feb 2016 20:49:58 -0500 Subject: [PATCH] Int >> number --- apiary.apib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index ab8e0a0..8cf0ab5 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1540,7 +1540,7 @@ Retrieves the object named by and stores the data to disk. + output (string, optional) - The path where the output should be stored. Default: './'. + archive (boolean, optional) - Output a TAR archive. Default: false. + compress (boolean, optional) - Compress the output with GZIP compression. Default: false. - + compression-level (enum[int], optional) - The level of compression. + + compression-level (enum[number], optional) - The level of compression. + Members + Default: -1 + 0 @@ -2757,7 +2757,7 @@ Returns the current version of ipfs and exits. The IPFS error object + message (string) - the error message -+ code (enum[int]) - the status code ++ code (enum[number]) - the status code + Members + `0` + `1`