Add period to helptext
License: MIT Signed-off-by: Michael Pfister <pfista@gmail.com>
Michael Pfister committed
Apr 21, 2016 at 11:03 UTC
74e701d852d05ea11201803286ff3413c5705997
1 file changed
+1
-1
core/commands/repo.go
+1
-1
@@ -115,7 +115,7 @@ set of stored objects and print repo statistics. It outputs to stdout:
115
NumObjects int Number of objects in the local repo.
116
RepoPath string The path to the repo being currently used.
117
RepoSize int Size in bytes that the repo is currently taking.
118
-Version string The repo version
118
+Version string The repo version.
119
`,
120
},
121
Run: func(req cmds.Request, res cmds.Response) {