提交 65001365 作者: Jeromy Johnson 提交者: GitHub

Merge pull request #3365 from davbre/master

Put config keys in proper case
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论