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.
flyctl launch
1 parent f6e105b commit 393e287Copy full SHA for 393e287
internal/command/launch/cmd.go
@@ -19,7 +19,7 @@ import (
19
20
func New() (cmd *cobra.Command) {
21
const (
22
- long = `Create and configure a new app from source code or a Docker image.`
+ long = `Create and configure a new app from source code or a Docker image`
23
short = long
24
)
25
0 commit comments