Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: change recursive IPNS resolve default value (#2214)
Browse files Browse the repository at this point in the history
Value was updated but docs were not.
  • Loading branch information
djdv authored and alanshaw committed Jul 4, 2019
1 parent ea5e18f commit b84d0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/name/resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
Expand Down

0 comments on commit b84d0c4

Please sign in to comment.