1
0
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:
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{
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