Skip to content

Commit

Permalink
cli: reword message about mount and offline
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu committed Aug 1, 2016
1 parent df8b8b4 commit d26ac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipfs/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
return
}
if mount && offline {
res.SetError(errors.New("mount is not supported in offline mode"),
res.SetError(errors.New("mount is not currently supported in offline mode"),
cmds.ErrClient)
return
}
Expand Down

0 comments on commit d26ac87

Please sign in to comment.