1
0
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:
Henry
2014-10-13 20:48:37 +02:00
parent f93732a9c5
commit 5b635bb9ea

View File

@ -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{