Commit 5b635bb9 authored by Henry's avatar Henry

removed old examples from block help

parent f93732a9
......@@ -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{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment