Commit 1348af01 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

cmd2: version test

parent aab1a31b
...@@ -14,11 +14,7 @@ type VersionOutput struct { ...@@ -14,11 +14,7 @@ type VersionOutput struct {
var VersionCmd = &cmds.Command{ var VersionCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Shows ipfs version information", Tagline: "Shows ipfs version information",
ShortDescription: "Shows ipfs version information", ShortDescription: "Returns the current version of ipfs and exits.",
LongDescription: `ipfs version - Show ipfs version information.
Returns the current version of ipfs and exits.
`,
}, },
Options: []cmds.Option{ Options: []cmds.Option{
......
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