Skip to content

Commit f5f1e59

Browse files
guillaumemichellidel
authored andcommitted
fix: config help (#10686)
(cherry picked from commit 5d143a2)
1 parent 8b65738 commit f5f1e59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/commands/config.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ file inside your IPFS repository (IPFS_PATH).
4848
4949
Examples:
5050
51-
Get the value of the 'Datastore.Path' key:
51+
Get the value of the 'Routing.Type' key:
5252
53-
$ ipfs config Datastore.Path
53+
$ ipfs config Routing.Type
5454
55-
Set the value of the 'Datastore.Path' key:
55+
Set the value of the 'Routing.Type' key:
5656
57-
$ ipfs config Datastore.Path ~/.ipfs/datastore
57+
$ ipfs config Routing.Type auto
5858
5959
Set multiple values in the 'Addresses.AppendAnnounce' array:
6060

0 commit comments

Comments
 (0)