1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-20 02:21:48 +08:00

Fix punc-caps issues of cli Tagline

License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
This commit is contained in:
rht
2016-01-22 02:14:41 +07:00
parent fd5ddcb71b
commit 21e39240ab
34 changed files with 86 additions and 86 deletions

View File

@ -18,7 +18,7 @@ type VersionOutput struct {
var VersionCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Shows ipfs version information",
Tagline: "Shows ipfs version information.",
ShortDescription: "Returns the current version of ipfs and exits.",
},