From c28c2224c4e87afb08d441a0f769fa79b0931a34 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 17 Nov 2016 04:55:47 -0500 Subject: [PATCH] Fix typo Brought up bt tmg on irc License: MIT Signed-off-by: Richard Littauer --- core/commands/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/root.go b/core/commands/root.go index 2238938ce..8cc8bc7b0 100644 --- a/core/commands/root.go +++ b/core/commands/root.go @@ -68,7 +68,7 @@ at ~/.ipfs. To change the repo location, set the $IPFS_PATH environment variable EXIT STATUS -The CLI will exits with one of the following values: +The CLI will exit with one of the following values: 0 Successful execution. 1 Failed executions.