From 4e740f63eb062ba66d502db991f5f336a1c72ebc Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Wed, 12 Nov 2014 15:24:52 -0800 Subject: [PATCH] docs(ipfs2/main) @mappum License: MIT Signed-off-by: Brian Tiger Chow --- cmd/ipfs2/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/ipfs2/main.go b/cmd/ipfs2/main.go index 97927aa47..ff12ff45e 100644 --- a/cmd/ipfs2/main.go +++ b/cmd/ipfs2/main.go @@ -252,6 +252,8 @@ func outputResponse(res cmds.Response, root *cmds.Command) error { fmt.Printf(errorFormat, res.Error().Error()) if res.Error().Code != cmds.ErrClient { + // TODO does ErrClient mean "error the client should see" or "this + // is an error caused by the user ie. user error"? return res.Error() }