Skip to content

Commit d26ac87

Browse files
committed
cli: reword message about mount and offline
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
1 parent df8b8b4 commit d26ac87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ipfs/daemon.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
340340
return
341341
}
342342
if mount && offline {
343-
res.SetError(errors.New("mount is not supported in offline mode"),
343+
res.SetError(errors.New("mount is not currently supported in offline mode"),
344344
cmds.ErrClient)
345345
return
346346
}

0 commit comments

Comments
 (0)