Merge pull request #1319 from travisperson/bug/name-help-fix

Text under `ipfs name --help` incorrect
This commit is contained in:
Juan Batiz-Benet 2015-06-02 00:46:20 -07:00
commit 7fbfecf6fa

View File

@ -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
`,
},