Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
8efdb4f1
Commit
8efdb4f1
authored
Nov 07, 2016
by
David Brennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put config keys in proper case
License: MIT Signed-off-by:
David Brennan
<
david.n.brennan@gmail.com
>
parent
6779ff10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
core/commands/config.go
core/commands/config.go
+4
-4
No files found.
core/commands/config.go
View file @
8efdb4f1
...
@@ -38,13 +38,13 @@ file inside your IPFS repository.
...
@@ -38,13 +38,13 @@ file inside your IPFS repository.
Examples:
Examples:
Get the value of the '
d
atastore.
p
ath' key:
Get the value of the '
D
atastore.
P
ath' key:
$ ipfs config
d
atastore.
p
ath
$ ipfs config
D
atastore.
P
ath
Set the value of the '
d
atastore.
p
ath' key:
Set the value of the '
D
atastore.
P
ath' key:
$ ipfs config
d
atastore.
p
ath ~/.ipfs/datastore
$ ipfs config
D
atastore.
P
ath ~/.ipfs/datastore
`
,
`
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment