docs: duplicate default helptext
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
Dominic Della Valle committed
Feb 1, 2019 at 09:14 UTC
81112142232ec6f34ce7d750795a599f35ce0e33
1 file changed
+1
-1
core/commands/name/publish.go
+1
-1
@@ -79,7 +79,7 @@ Alternatively, publish an <ipfs-path> using a valid PeerID (as listed by
79
"ns", "us" (or "µs"), "ms", "s", "m", "h".`).WithDefault("24h"),
80
cmdkit.BoolOption(allowOfflineOptionName, "When offline, save the IPNS record to the the local datastore without broadcasting to the network instead of simply failing."),
81
cmdkit.StringOption(ttlOptionName, "Time duration this record should be cached for (caution: experimental)."),
82
- cmdkit.StringOption(keyOptionName, "k", "Name of the key to be used or a valid PeerID, as listed by 'ipfs key list -l'. Default: <<default>>.").WithDefault("self"),
82
+ cmdkit.StringOption(keyOptionName, "k", "Name of the key to be used or a valid PeerID, as listed by 'ipfs key list -l'.").WithDefault("self"),
83
cmdkit.BoolOption(quieterOptionName, "Q", "Write only final hash."),
84
},
85
Run: func(req *cmds.Request, res cmds.ResponseEmitter, env cmds.Environment) error {