From 0201a6752907a36cfd1254a73e80493ff10aa1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eoghan=20=C3=93=20Carrag=C3=A1in?= Date: Sat, 6 Jan 2018 00:05:01 +0000 Subject: [PATCH 1/2] fix typos in FilesMkdirCmd ShortDescription MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Eoghan Ó Carragáin --- core/commands/files/files.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/commands/files/files.go b/core/commands/files/files.go index 69dfa91faa0..623c6ea4b8d 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 `, }, From c144a710528921e71a2fac7ac79cb35669765278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eoghan=20=C3=93=20Carrag=C3=A1in?= Date: Sat, 6 Jan 2018 00:14:44 +0000 Subject: [PATCH 2/2] fix misleading LongDescription in NameCmd and PublishCmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Eoghan Ó Carragáin --- core/commands/name.go | 2 +- core/commands/publish.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/commands/name.go b/core/commands/name.go index cbf25d5b86f..d7069cc474d 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 139cf648c94..f7dd36f4071 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'):