Skip to content

Commit

Permalink
Merge pull request #1319 from travisperson/bug/name-help-fix
Browse files Browse the repository at this point in the history
Text under `ipfs name --help` incorrect
  • Loading branch information
jbenet committed Jun 2, 2015
2 parents c9ad7a9 + 1178019 commit 7fbfecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/commands/name.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ Publish an <ipfs-path> to another public key:
Resolve the value of your identity:
> ipfs name resolve
/ipns/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
/ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
Resolve the value of another name:
> ipfs name resolve QmbCMUZw6JFeZ7Wp9jkzbye3Fzp2GGcPgC3nmeUjfVF87n
/ipns/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
/ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
`,
},
Expand Down

0 comments on commit 7fbfecf

Please sign in to comment.