Put config keys in proper case
License: MIT Signed-off-by: David Brennan <david.n.brennan@gmail.com>
David Brennan committed
Nov 7, 2016 at 08:13 UTC
8efdb4f1df9da14c68540dc9054b5227fc39d1ee
1 file changed
+4
-4
core/commands/config.go
+4
-4
@@ -38,13 +38,13 @@ file inside your IPFS repository.
38
39
Examples:
40
41
-Get the value of the 'datastore.path' key:
41
+Get the value of the 'Datastore.Path' key:
42
43
- $ ipfs config datastore.path
43
+ $ ipfs config Datastore.Path
44
45
-Set the value of the 'datastore.path' key:
45
+Set the value of the 'Datastore.Path' key:
46
47
- $ ipfs config datastore.path ~/.ipfs/datastore
47
+ $ ipfs config Datastore.Path ~/.ipfs/datastore
48
`,
49
},
50