Clarify repo flag language

This commit is contained in:
Amanda Pinsker 2019-12-17 11:22:41 -05:00
parent ea91d0d4b9
commit de814595f5

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")
RootCmd.PersistentFlags().Bool("help", false, "Show help for command")
RootCmd.Flags().Bool("version", false, "Print gh version")
// TODO: