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

docs: ipns publish key #2055

Merged
merged 1 commit into from
May 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/commands/name/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
},
key: {
alias: 'k',
describe: 'Name of the key to be used or a valid PeerID, as listed by "ipfs key list -l". Default: self.',
describe: 'Name of the key to be used, as listed by "ipfs key list -l". Default: self.',
default: 'self'
},
ttl: {
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/name.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = function name (self) {
* @param {String} options.ttl time duration this record should be cached for (NOT IMPLEMENTED YET).
* This accepts durations such as "300s", "1.5h" or "2h45m". Valid time units are
"ns", "ms", "s", "m", "h" (caution: experimental).
* @param {String} options.key name of the key to be used or a valid PeerID, as listed by 'ipfs key list -l'.
* @param {String} options.key name of the key to be used, as listed by 'ipfs key list -l'.
* @param {function(Error)} [callback]
* @returns {Promise|void}
*/
Expand Down