Merge pull request #171 from github/repo-language

Clarify repo flag language
This commit is contained in:
Mislav Marohnić 2019-12-19 18:57:11 +01:00 committed by GitHub
commit f46380550c

View file

@ -23,7 +23,7 @@ func init() {
RootCmd.Version = fmt.Sprintf("%s (%s)", strings.TrimPrefix(Version, "v"), BuildDate)
RootCmd.AddCommand(versionCmd)
RootCmd.PersistentFlags().StringP("repo", "R", "", "Current GitHub repository")
RootCmd.PersistentFlags().StringP("repo", "R", "", "Select another repository using the `OWNER/REPO` format")
RootCmd.PersistentFlags().Bool("help", false, "Show help for command")
RootCmd.Flags().Bool("version", false, "Print gh version")
// TODO: