We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ae293 commit f87ff73Copy full SHA for f87ff73
internal/command/apps/destroy.go
@@ -19,7 +19,7 @@ func newDestroy() *cobra.Command {
19
const (
20
long = "Delete one or more applications from the Fly platform."
21
22
- short = "Permanently destroy one or more appa."
+ short = "Permanently destroy one or more apps."
23
usage = "destroy <app name(s)>"
24
)
25
0 commit comments