From 74e701d852d05ea11201803286ff3413c5705997 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 455dbc97334..a68f3ef8019 100644 --- a/core/commands/repo.go +++ b/core/commands/repo.go @@ -115,7 +115,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) {