Skip to content

Commit

Permalink
Fix login --shared help text
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Sep 23, 2024
1 parent a1203bf commit 8149662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/esc/cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func newLoginCmd(esc *escCommand) *cobra.Command {
cmd.Flags().StringVarP(&backendURL, "cloud-url", "c", "", "A cloud URL to log in to")
cmd.Flags().StringVar(&defaultOrg, "default-org", "", "A default org to associate with the login.")
cmd.Flags().BoolVar(&insecure, "insecure", false, "Allow insecure server connections when using SSL")
cmd.Flags().BoolVar(&shared, "shared", false, "Log in to the account in use by the `pulumi` CLI")
cmd.Flags().BoolVar(&shared, "shared", false, "Log in to the account in use by the pulumi CLI")

return cmd
}
Expand Down

0 comments on commit 8149662

Please sign in to comment.