Merge pull request #586 from cli/lets-be-punctual

Consistent punctuation in repo usage
This commit is contained in:
Nate Smith 2020-03-04 11:28:28 -06:00 committed by GitHub
commit d4cb2d860f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ Use the "ORG/NAME" syntax to create a repository within your organization.`,
var repoForkCmd = &cobra.Command{ var repoForkCmd = &cobra.Command{
Use: "fork [<repository>]", Use: "fork [<repository>]",
Short: "Create a fork of a repository.", Short: "Create a fork of a repository",
Long: `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.`, 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{ var repoViewCmd = &cobra.Command{
Use: "view [<repository>]", Use: "view [<repository>]",
Short: "View a repository in the browser.", Short: "View a repository in the browser",
Long: `View a GitHub repository in the browser. Long: `View a GitHub repository in the browser.
With no argument, the repository for the current directory is opened.`, With no argument, the repository for the current directory is opened.`,