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

Merge pull request #2253 from rht/typo-n

s/retreiving/retrieving/g
This commit is contained in:
Jeromy Johnson
2016-01-27 21:49:28 -08:00
2 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@ var blockStatCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Print information of a raw IPFS block.", Tagline: "Print information of a raw IPFS block.",
ShortDescription: ` ShortDescription: `
'ipfs block stat' is a plumbing command for retreiving information 'ipfs block stat' is a plumbing command for retrieving information
on raw ipfs blocks. It outputs the following to stdout: on raw ipfs blocks. It outputs the following to stdout:
Key - the base58 encoded multihash Key - the base58 encoded multihash
@ -82,7 +82,7 @@ var blockGetCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Get a raw IPFS block.", Tagline: "Get a raw IPFS block.",
ShortDescription: ` ShortDescription: `
'ipfs block get' is a plumbing command for retreiving raw ipfs blocks. 'ipfs block get' is a plumbing command for retrieving raw ipfs blocks.
It outputs to stdout, and <key> is a base58 encoded multihash. It outputs to stdout, and <key> is a base58 encoded multihash.
`, `,
}, },

View File

@ -72,12 +72,12 @@ var ObjectDataCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Outputs the raw bytes in an IPFS object.", Tagline: "Outputs the raw bytes in an IPFS object.",
ShortDescription: ` ShortDescription: `
'ipfs object data' is a plumbing command for retreiving the raw bytes stored in 'ipfs object data' is a plumbing command for retrieving the raw bytes stored in
a DAG node. It outputs to stdout, and <key> is a base58 encoded a DAG node. It outputs to stdout, and <key> is a base58 encoded
multihash. multihash.
`, `,
LongDescription: ` LongDescription: `
'ipfs object data' is a plumbing command for retreiving the raw bytes stored in 'ipfs object data' is a plumbing command for retrieving the raw bytes stored in
a DAG node. It outputs to stdout, and <key> is a base58 encoded a DAG node. It outputs to stdout, and <key> is a base58 encoded
multihash. multihash.
@ -110,7 +110,7 @@ var ObjectLinksCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Outputs the links pointed to by the specified object.", Tagline: "Outputs the links pointed to by the specified object.",
ShortDescription: ` ShortDescription: `
'ipfs object links' is a plumbing command for retreiving the links from 'ipfs object links' is a plumbing command for retrieving the links from
a DAG node. It outputs to stdout, and <key> is a base58 encoded a DAG node. It outputs to stdout, and <key> is a base58 encoded
multihash. multihash.
`, `,
@ -159,12 +159,12 @@ var ObjectGetCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Get and serialize the DAG node named by <key>.", Tagline: "Get and serialize the DAG node named by <key>.",
ShortDescription: ` ShortDescription: `
'ipfs object get' is a plumbing command for retreiving DAG nodes. 'ipfs object get' is a plumbing command for retrieving DAG nodes.
It serializes the DAG node to the format specified by the "--encoding" It serializes the DAG node to the format specified by the "--encoding"
flag. It outputs to stdout, and <key> is a base58 encoded multihash. flag. It outputs to stdout, and <key> is a base58 encoded multihash.
`, `,
LongDescription: ` LongDescription: `
'ipfs object get' is a plumbing command for retreiving DAG nodes. 'ipfs object get' is a plumbing command for retrieving DAG nodes.
It serializes the DAG node to the format specified by the "--encoding" It serializes the DAG node to the format specified by the "--encoding"
flag. It outputs to stdout, and <key> is a base58 encoded multihash. flag. It outputs to stdout, and <key> is a base58 encoded multihash.