mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
Merge pull request #5651 from kjzz/fix/reslove-note
clarification the document of --resolve flag in name.publish
This commit is contained in:
commit
ca77ecc766
@ -72,7 +72,7 @@ Alternatively, publish an <ipfs-path> using a valid PeerID (as listed by
|
||||
cmdkit.StringArg(ipfsPathOptionName, true, false, "ipfs path of the object to be published.").EnableStdin(),
|
||||
},
|
||||
Options: []cmdkit.Option{
|
||||
cmdkit.BoolOption(resolveOptionName, "Resolve given path before publishing.").WithDefault(true),
|
||||
cmdkit.BoolOption(resolveOptionName, "Check if the given path can be resolved before publishing.").WithDefault(true),
|
||||
cmdkit.StringOption(lifeTimeOptionName, "t",
|
||||
`Time duration that the record will be valid for. <<default>>
|
||||
This accepts durations such as "300s", "1.5h" or "2h45m". Valid time units are
|
||||
|
||||
Loading…
Reference in New Issue
Block a user