Merge pull request #1507 from cli/period-drama

Remove period from gh alias --help's output
This commit is contained in:
Mislav Marohnić 2020-08-10 12:51:03 +02:00 committed by GitHub
commit b4f1dd86c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ func aliasList(cmd *cobra.Command, args []string) error {
var aliasDeleteCmd = &cobra.Command{
Use: "delete <alias>",
Short: "Delete an alias.",
Short: "Delete an alias",
Args: cobra.ExactArgs(1),
RunE: aliasDelete,
}