Skip to content

Commit

Permalink
chore: improved the base-url description
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Feb 17, 2021
1 parent ca015ea commit 5e7ec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func init() {
func platformFlags() *flag.FlagSet {
flags := flag.NewFlagSet("platform", flag.ExitOnError)

flags.StringP("base-url", "g", "", "Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used. Or self-managed gitlab url (https://gitlab.my-company.com)")
flags.StringP("base-url", "g", "", "Base URL of the (v3) GitHub API, needs to be changed if GitHub enterprise is used. Or the url to a self-hosted GitLab instance.")
flags.StringP("token", "T", "", "The GitHub/GitLab personal access token. Can also be set using the GITHUB_TOKEN/GITLAB_TOKEN environment variable.")

flags.StringSliceP("org", "O", nil, "The name of a GitHub organization. All repositories in that organization will be used.")
Expand Down

0 comments on commit 5e7ec24

Please sign in to comment.