Skip to content

Commit

Permalink
Merge pull request #3365 from davbre/master
Browse files Browse the repository at this point in the history
Put config keys in proper case
  • Loading branch information
whyrusleeping authored Nov 8, 2016
2 parents 6779ff1 + 8efdb4f commit 6500136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/commands/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`,
},

Expand Down

0 comments on commit 6500136

Please sign in to comment.