mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 18:13:54 +08:00
cmds2: name synopsis.
This commit is contained in:
@ -10,6 +10,10 @@ type IpnsEntry struct {
|
||||
var nameCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "IPFS namespace (IPNS) tool",
|
||||
Synopsis: `
|
||||
ipfs name publish [<name>] <ipfs-path> - Publish an object to IPNS
|
||||
ipfs name resolve [<name>] - Gets the value currently published at an IPNS name
|
||||
`,
|
||||
ShortDescription: `
|
||||
IPNS is a PKI namespace, where names are the hashes of public keys, and
|
||||
the private key enables publishing new (signed) values. In both publish
|
||||
|
Reference in New Issue
Block a user