From b84d0c4167226fcc693f3953916cea8d47ac7538 Mon Sep 17 00:00:00 2001 From: Dominic Della Valle Date: Thu, 4 Jul 2019 04:42:28 -0400 Subject: [PATCH] docs: change recursive IPNS resolve default value (#2214) Value was updated but docs were not. --- src/cli/commands/name/resolve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/commands/name/resolve.js b/src/cli/commands/name/resolve.js index ca1dd219a3..4ddf9e90d7 100644 --- a/src/cli/commands/name/resolve.js +++ b/src/cli/commands/name/resolve.js @@ -17,7 +17,7 @@ module.exports = { recursive: { type: 'boolean', alias: 'r', - describe: 'Resolve until the result is not an IPNS name. Default: false.', + describe: 'Resolve until the result is not an IPNS name. Default: true.', default: true } },