diff --git a/cmd/ipfs/block.go b/cmd/ipfs/block.go index 84c427b4e..d7189852b 100644 --- a/cmd/ipfs/block.go +++ b/cmd/ipfs/block.go @@ -13,16 +13,6 @@ var cmdIpfsBlock = &commander.Command{ ipfs block get > valfile - get block of and write it to valfile ipfs block put < valfile - pipe valfile to block -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{