Change wording a bit
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
May 23, 2016 at 20:32 UTC
a5a9a9d9067717ebad55ba07c1959b166324570f
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 in offline. Do not connect with rest of the network but provide local API.").Default(false),
140
+ cmds.BoolOption(offlineKwd, "Run offline. Do not connect with 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)"),