Skip to content

Commit

Permalink
droplet 1-click: Fix copy-pasta error in help string. (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething committed Aug 30, 2021
1 parent 4dfc59a commit d633e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/droplets.go
Expand Up @@ -760,8 +760,8 @@ func dropletOneClicks() *Command {
cmd := &Command{
Command: &cobra.Command{
Use: "1-click",
Short: "Display commands that pertain to droplet 1-click applications",
Long: "The commands under `doctl kubernetes 1-click` are for interacting with DigitalOcean Droplet 1-Click applications.",
Short: "Display commands that pertain to Droplet 1-click applications",
Long: "The commands under `doctl compute droplet 1-click` are for interacting with DigitalOcean Droplet 1-Click applications.",
},
}

Expand Down

0 comments on commit d633e28

Please sign in to comment.