mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 17:36:38 +08:00
removed old examples from block help
This commit is contained in:
@ -13,16 +13,6 @@ var cmdIpfsBlock = &commander.Command{
|
|||||||
|
|
||||||
ipfs block get <key> > valfile - get block of <key> and write it to valfile
|
ipfs block get <key> > valfile - get block of <key> and write it to valfile
|
||||||
ipfs block put <key> < valfile - pipe valfile to block <key>
|
ipfs block put <key> < valfile - pipe valfile to block <key>
|
||||||
Examples:
|
|
||||||
|
|
||||||
Get the value of the 'datastore.path' key:
|
|
||||||
|
|
||||||
ipfs config datastore.path
|
|
||||||
|
|
||||||
Set the value of the 'datastore.path' key:
|
|
||||||
|
|
||||||
ipfs config datastore.path ~/.go-ipfs/datastore
|
|
||||||
|
|
||||||
`,
|
`,
|
||||||
// Run: blockGetCmd,
|
// Run: blockGetCmd,
|
||||||
Subcommands: []*commander.Command{
|
Subcommands: []*commander.Command{
|
||||||
|
Reference in New Issue
Block a user