mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
Merge pull request #4552 from eocarragain/commands-docs
Fix typos and inconsistencies in commands documentation
This commit is contained in:
@ -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
|
||||
`,
|
||||
},
|
||||
|
||||
|
@ -40,7 +40,7 @@ Publish an <ipfs-path> 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:
|
||||
|
||||
|
@ -50,7 +50,7 @@ Publish an <ipfs-path> 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 <ipfs-path> using a valid PeerID (as listed by
|
||||
'ipfs key list -l'):
|
||||
|
Reference in New Issue
Block a user