Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
2720c4f1
Commit
2720c4f1
authored
Nov 07, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(name:resolve, name:publish) docs
parent
10160119
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/commands2/publish.go
core/commands2/publish.go
+1
-1
core/commands2/resolve.go
core/commands2/resolve.go
+1
-1
No files found.
core/commands2/publish.go
View file @
2720c4f1
...
@@ -16,7 +16,7 @@ var errNotOnline = errors.New("This command must be run in online mode. Try runn
...
@@ -16,7 +16,7 @@ var errNotOnline = errors.New("This command must be run in online mode. Try runn
var
publishCmd
=
&
cmds
.
Command
{
var
publishCmd
=
&
cmds
.
Command
{
// TODO UsageLine: "publish",
// TODO UsageLine: "publish",
// TODO Short: "publish a <ref> to ipns.",
// TODO Short: "publish a <ref> to ipns.",
Help
:
`ipfs publish [<name>] <ref> - publish a <ref> to ipns.
Help
:
`ipfs
name
publish [<name>] <ref> - publish a <ref> to ipns.
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 publish, the
the private key enables publishing new (signed) values. In publish, the
...
...
core/commands2/resolve.go
View file @
2720c4f1
...
@@ -14,7 +14,7 @@ type ResolveOutput struct {
...
@@ -14,7 +14,7 @@ type ResolveOutput struct {
var
resolveCmd
=
&
cmds
.
Command
{
var
resolveCmd
=
&
cmds
.
Command
{
// TODO UsageLine: "resolve",
// TODO UsageLine: "resolve",
// TODO Short: "resolve an ipns name to a <ref>",
// TODO Short: "resolve an ipns name to a <ref>",
Help
:
`ipfs resolve [<name>] - Resolve an ipns name to a <ref>.
Help
:
`ipfs
name
resolve [<name>] - Resolve an ipns name to a <ref>.
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 resolve, the
the private key enables publishing new (signed) values. In resolve, the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment