@cryptotaxi247 / kubo / commits / 3c29855e6

commands: remove extra <<default>> text from help text

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jan 24, 2019 at 13:35 UTC 3c29855e654f96aeb85fd635a37a21c763113dc8
1 file changed +1 -1
core/commands/name/publish.go
+1 -1
@@ -72,7 +72,7 @@ Alternatively, publish an <ipfs-path> using a valid PeerID (as listed by
72 cmdkit.StringArg(ipfsPathOptionName, true, false, "ipfs path of the object to be published.").EnableStdin(),
73 },
74 Options: []cmdkit.Option{
75 - cmdkit.BoolOption(resolveOptionName, "Check if the given path can be resolved before publishing. <<default>>").WithDefault(true),
75 + cmdkit.BoolOption(resolveOptionName, "Check if the given path can be resolved before publishing.").WithDefault(true),
76 cmdkit.StringOption(lifeTimeOptionName, "t",
77 `Time duration that the record will be valid for. <<default>>
78 This accepts durations such as "300s", "1.5h" or "2h45m". Valid time units are