Skip to content

Commit

Permalink
Remove restart command from fly help
Browse files Browse the repository at this point in the history
  • Loading branch information
matttpt committed Jun 1, 2023
1 parent 86409d3 commit 32ba3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/help/help.go
Expand Up @@ -89,7 +89,7 @@ func Help(root *cobra.Command) func(ctx context.Context) error {
fmt.Printf(`
Deploying apps and machines:
`)
listCommands([]string{"apps", "machine", "launch", "deploy", "restart", "destroy", "open"})
listCommands([]string{"apps", "machine", "launch", "deploy", "destroy", "open"})

fmt.Printf(`
Scaling and configuring:
Expand Down

0 comments on commit 32ba3d9

Please sign in to comment.