Skip to content

Commit 8d63861

Browse files
authored
Update debug command short description
Removed mention of Pro subscription requirement from debug command description.
1 parent 7f12a7c commit 8d63861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/cli/command/debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var debugCmd = &cobra.Command{
1313
Use: "debug [SERVICE...]",
1414
Annotations: authNeededAlways,
1515
Hidden: true,
16-
Short: "Debug a build, deployment, or service failure (Pro subscription required for full debugging)",
16+
Short: "Debug a build, deployment, or service failure",
1717
RunE: func(cmd *cobra.Command, args []string) error {
1818
ctx := cmd.Context()
1919
etag, _ := cmd.Flags().GetString("etag")

0 commit comments

Comments
 (0)