@cryptotaxi247 / kubo / commits / 3a89cbbed

Improve wording once more

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed May 24, 2016 at 00:05 UTC 3a89cbbedbca23432c2d2d366e71d7c82decc66f
1 file changed +1 -1
cmd/ipfs/daemon.go
+1 -1
@@ -137,7 +137,7 @@ future version, along with this notice. Please move to setting the HTTP Headers.
137 cmds.BoolOption(unencryptTransportKwd, "Disable transport encryption (for debugging protocols)").Default(false),
138 cmds.BoolOption(enableGCKwd, "Enable automatic periodic repo garbage collection").Default(false),
139 cmds.BoolOption(adjustFDLimitKwd, "Check and raise file descriptor limits if needed").Default(false),
140 - cmds.BoolOption(offlineKwd, "Run offline. Do not connect with rest of the network but provide local API.").Default(false),
140 + cmds.BoolOption(offlineKwd, "Run offline. Do not connect to the rest of the network but provide local API.").Default(false),
141
142 // TODO: add way to override addresses. tricky part: updating the config if also --init.
143 // cmds.StringOption(apiAddrKwd, "Address for the daemon rpc API (overrides config)"),