diff --git a/core/commands/files/files.go b/core/commands/files/files.go index 69dfa91fa..623c6ea4b 100644 --- a/core/commands/files/files.go +++ b/core/commands/files/files.go @@ -749,8 +749,8 @@ NOTE: All paths must be absolute. Examples: - $ ipfs mfs mkdir /test/newdir - $ ipfs mfs mkdir -p /test/does/not/exist/yet + $ ipfs files mkdir /test/newdir + $ ipfs files mkdir -p /test/does/not/exist/yet `, }, diff --git a/core/commands/name.go b/core/commands/name.go index cbf25d5b8..d7069cc47 100644 --- a/core/commands/name.go +++ b/core/commands/name.go @@ -40,7 +40,7 @@ Publish an with another name, added by an 'ipfs key' command: > ipfs key gen --type=rsa --size=2048 mykey > ipfs name publish --key=mykey /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy - Published to QmbCMUZw6JFeZ7Wp9jkzbye3Fzp2GGcPgC3nmeUjfVF87n: /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy + Published to QmSrPmbaUKA3ZodhzPWZnpFgcPMFWF4QsxXbkWfEptTBJd: /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy Resolve the value of your name: diff --git a/core/commands/publish.go b/core/commands/publish.go index 139cf648c..f7dd36f40 100644 --- a/core/commands/publish.go +++ b/core/commands/publish.go @@ -50,7 +50,7 @@ Publish an with another name, added by an 'ipfs key' command: > ipfs key gen --type=rsa --size=2048 mykey > ipfs name publish --key=mykey /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy - Published to QmbCMUZw6JFeZ7Wp9jkzbye3Fzp2GGcPgC3nmeUjfVF87n: /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy + Published to QmSrPmbaUKA3ZodhzPWZnpFgcPMFWF4QsxXbkWfEptTBJd: /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy Alternatively, publish an using a valid PeerID (as listed by 'ipfs key list -l'):