diff --git a/components/gitpod-cli/cmd/timeout.go b/components/gitpod-cli/cmd/timeout.go index 762027da867ad3..a5d1986830950e 100644 --- a/components/gitpod-cli/cmd/timeout.go +++ b/components/gitpod-cli/cmd/timeout.go @@ -11,7 +11,7 @@ import ( // timeoutCmd commands collection var timeoutCmd = &cobra.Command{ Use: "timeout", - Short: "A collection of commands for workspace timeout", + Short: "Interact with workspace timeout configuration", } func init() {