1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 10:49:24 +08:00

cmds2: name synopsis.

This commit is contained in:
Juan Batiz-Benet
2014-11-13 20:28:12 -08:00
parent 80dcc5d237
commit e00830332f

View File

@ -10,6 +10,10 @@ type IpnsEntry struct {
var nameCmd = &cmds.Command{ var nameCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "IPFS namespace (IPNS) tool", 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: ` ShortDescription: `
IPNS is a PKI namespace, where names are the hashes of public keys, and 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 the private key enables publishing new (signed) values. In both publish