From d842c3c98f4c21be9a215d4fdefe262c1c7e93cb Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Thu, 13 Nov 2014 23:53:41 -0800 Subject: [PATCH] fix(2/update) insert line break License: MIT Signed-off-by: Brian Tiger Chow --- core/commands2/update.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/commands2/update.go b/core/commands2/update.go index 589f699a0..81aad84e8 100644 --- a/core/commands2/update.go +++ b/core/commands2/update.go @@ -49,12 +49,8 @@ var UpdateCmd = &cmds.Command{ var UpdateCheckCmd = &cmds.Command{ Helptext: cmds.HelpText{ - Tagline: "Checks if updates are available", - ShortDescription: ` -'ipfs update check' checks if any updates are available for IPFS. - -Nothing will be downloaded or installed. -`, + Tagline: "Checks if updates are available", + ShortDescription: "'ipfs update check' checks if any updates are available for IPFS.\nNothing will be downloaded or installed.", }, Run: func(req cmds.Request) (interface{}, error) {