mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +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 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,
|
||||
Subcommands: []*commander.Command{
|
||||
|
Reference in New Issue
Block a user