From f2262cfcae2ab9d66755820ec8205783f1180a0c Mon Sep 17 00:00:00 2001 From: Billy Griffin <5091167+billygriffin@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:22:46 -0700 Subject: [PATCH] Consistent punctuation in usage --- command/repo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/repo.go b/command/repo.go index 97aecf8db..53b2ca8f8 100644 --- a/command/repo.go +++ b/command/repo.go @@ -68,7 +68,7 @@ Use the "ORG/NAME" syntax to create a repository within your organization.`, var repoForkCmd = &cobra.Command{ Use: "fork []", - Short: "Create a fork of a repository.", + Short: "Create a fork of a repository", Long: `Create a fork of a repository. With no argument, creates a fork of the current repository. Otherwise, forks the specified repository.`, @@ -77,7 +77,7 @@ With no argument, creates a fork of the current repository. Otherwise, forks the var repoViewCmd = &cobra.Command{ Use: "view []", - Short: "View a repository in the browser.", + Short: "View a repository in the browser", Long: `View a GitHub repository in the browser. With no argument, the repository for the current directory is opened.`,