From e00830332f6b6ed3443f79a76cadc678a325352d Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Thu, 13 Nov 2014 20:28:12 -0800 Subject: [PATCH] cmds2: name synopsis. --- core/commands2/name.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/commands2/name.go b/core/commands2/name.go index 8b30d5c15..a50d02d43 100644 --- a/core/commands2/name.go +++ b/core/commands2/name.go @@ -10,6 +10,10 @@ type IpnsEntry struct { var nameCmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "IPFS namespace (IPNS) tool", + Synopsis: ` +ipfs name publish [] - Publish an object to IPNS +ipfs name resolve [] - 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