diff --git a/core/commands2/publish.go b/core/commands2/publish.go index 3433f76fd..f442b3636 100644 --- a/core/commands2/publish.go +++ b/core/commands2/publish.go @@ -16,7 +16,7 @@ var errNotOnline = errors.New("This command must be run in online mode. Try runn var publishCmd = &cmds.Command{ // TODO UsageLine: "publish", // TODO Short: "publish a to ipns.", - Help: `ipfs publish [] - publish a to ipns. + Help: `ipfs name publish [] - publish a to ipns. IPNS is a PKI namespace, where names are the hashes of public keys, and the private key enables publishing new (signed) values. In publish, the diff --git a/core/commands2/resolve.go b/core/commands2/resolve.go index 3e1ad5782..d04d0a0bf 100644 --- a/core/commands2/resolve.go +++ b/core/commands2/resolve.go @@ -14,7 +14,7 @@ type ResolveOutput struct { var resolveCmd = &cmds.Command{ // TODO UsageLine: "resolve", // TODO Short: "resolve an ipns name to a ", - Help: `ipfs resolve [] - Resolve an ipns name to a . + Help: `ipfs name resolve [] - Resolve an ipns name to a . IPNS is a PKI namespace, where names are the hashes of public keys, and the private key enables publishing new (signed) values. In resolve, the