Commit d842c3c9 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fix(2/update) insert line break

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 92c168b0
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment