1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 03:19:47 +08:00

Text under ipfs name --help incorrect

Change help text to display proper results from an `ipfs name resolve`.
This commit is contained in:
Travis Person
2015-06-02 00:08:33 -07:00
parent c9ad7a98f9
commit 11780198b6

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