From 8efdb4f1df9da14c68540dc9054b5227fc39d1ee Mon Sep 17 00:00:00 2001 From: David Brennan Date: Mon, 7 Nov 2016 08:13:56 +0100 Subject: [PATCH] Put config keys in proper case License: MIT Signed-off-by: David Brennan --- core/commands/config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/commands/config.go b/core/commands/config.go index af5b347b9..f51576806 100644 --- a/core/commands/config.go +++ b/core/commands/config.go @@ -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 `, },