From 37c649aa0ab35dd81b89ed61fa0ed03458cfd6f3 Mon Sep 17 00:00:00 2001 From: Michael Pfister Date: Thu, 21 Apr 2016 11:03:11 -0700 Subject: [PATCH] Add period to helptext License: MIT Signed-off-by: Michael Pfister --- core/commands/repo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/repo.go b/core/commands/repo.go index c5c8daec2d49..0ef55fb33863 100644 --- a/core/commands/repo.go +++ b/core/commands/repo.go @@ -111,7 +111,7 @@ set of stored objects and print repo statistics. It outputs to stdout: NumObjects int Number of objects in the local repo. RepoPath string The path to the repo being currently used. RepoSize int Size in bytes that the repo is currently taking. -Version string The repo version +Version string The repo version. `, }, Run: func(req cmds.Request, res cmds.Response) {