Skip to content

Commit

Permalink
Update value prop messaging. (stripe#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
auchenberg-stripe authored Nov 4, 2019
1 parent ae233d4 commit 5191713
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ var rootCmd = &cobra.Command{
Short: "A CLI to help you integrate Stripe with your application",
Long: fmt.Sprintf(`%s
Use the Stripe API from the command line, debug your Stripe integration with
real-time logs, forward webhook events to your local application, and quickly
get started with pre-built samples (https://stripe.dev/samples).
The Stripe CLI helps you build, test, and manage your Stripe integration right from the terminal.
%s`,
getBanner(),
getLogin(&fs, &Config),
Expand Down

0 comments on commit 5191713

Please sign in to comment.