提交 8efdb4f1 作者: David Brennan

Put config keys in proper case

License: MIT
Signed-off-by: 's avatarDavid Brennan <david.n.brennan@gmail.com>
上级 6779ff10
......@@ -38,13 +38,13 @@ file inside your IPFS repository.
Examples:
Get the value of the 'datastore.path' key:
Get the value of the 'Datastore.Path' key:
$ ipfs config datastore.path
$ ipfs config Datastore.Path
Set the value of the 'datastore.path' key:
Set the value of the 'Datastore.Path' key:
$ ipfs config datastore.path ~/.ipfs/datastore
$ ipfs config Datastore.Path ~/.ipfs/datastore
`,
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论