Text under `ipfs name --help` incorrect
Change help text to display proper results from an `ipfs name resolve`.
Travis Person committed
Jun 2, 2015 at 00:08 UTC
11780198b6602d6181e33867eefbc0d870cf5376
1 file changed
+2
-2
core/commands/name.go
+2
-2
@@ -40,12 +40,12 @@ Publish an <ipfs-path> to another public key:
40
Resolve the value of your identity:
41
42
> ipfs name resolve
43
- /ipns/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
43
+ /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
44
45
Resolve the value of another name:
46
47
> ipfs name resolve QmbCMUZw6JFeZ7Wp9jkzbye3Fzp2GGcPgC3nmeUjfVF87n
48
- /ipns/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
48
+ /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
49
50
`,
51
},