diff --git a/cmd/root.go b/cmd/root.go index 78817b40c..3b0e5f096 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -76,7 +76,7 @@ func init() { } rootCmd.PersistentFlags().BoolP("verbose", "v", false, "Enable verbose logging.") - rootCmd.PersistentFlags().StringP("endpoint", "e", "https://circleci.com/unstable", "the endpoint of your CircleCI GraphQL API") + rootCmd.PersistentFlags().StringP("endpoint", "e", "https://circleci.com/graphql-unstable", "the endpoint of your CircleCI GraphQL API") rootCmd.PersistentFlags().StringP("token", "t", "", "your token for using CircleCI") for _, flag := range []string{"endpoint", "token", "verbose"} {