fix config options in osxfuse error messages
License: MIT Signed-off-by: Matous Skala <skala.matous@gmail.com>
Matouš Skála committed
Mar 20, 2019 at 15:01 UTC
c307ba925eb888ae49205193fdd349e62e472aff
1 file changed
+3
-3
fuse/node/mount_darwin.go
+3
-3
@@ -74,7 +74,7 @@ Please install it yourself by running:
74
You can also stop ipfs from running these checks and use whatever OSXFUSE
75
version you have by running:
76
77
- ipfs --json config %s true
77
+ ipfs config --bool %s true
78
79
[1]: https://github.com/ipfs/go-ipfs/issues/177
80
[2]: https://github.com/ipfs/go-ipfs/pull/533
@@ -104,7 +104,7 @@ You should see something like this:
104
Just make sure the number is 2.7.2 or higher. You can then stop ipfs from
105
trying to run these checks with:
106
107
- ipfs config %s true
107
+ ipfs config --bool %s true
108
109
[1]: https://github.com/ipfs/go-ipfs/issues/177
110
[2]: https://github.com/ipfs/go-ipfs/pull/533
@@ -114,7 +114,7 @@ trying to run these checks with:
114
var errStrFixConfig = `config key invalid: %s %v
115
You may be able to get this error to go away by setting it again:
116
117
- ipfs config %s true
117
+ ipfs config --bool %s true
118
119
Either way, please tell us at: http://github.com/ipfs/go-ipfs/issues
120
`