mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 02:30:39 +08:00
fix(2/update) insert line break
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:

committed by
Juan Batiz-Benet

parent
92c168b03e
commit
d842c3c98f
@ -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) {
|
||||
|
Reference in New Issue
Block a user