Skip to content

Commit 8affc14

Browse files
vegerismwbrooks
andauthored
Update cmd/sandbox/list.go
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent 016e979 commit 8affc14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/sandbox/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func NewListCommand(clients *shared.ClientFactory) *cobra.Command {
4242
"that matches the email address of the authenticated user.",
4343
}, "\n"),
4444
Example: style.ExampleCommandsf([]style.ExampleCommand{
45-
{Command: "sandbox list", Meaning: "List your sandboxes"},
45+
{Command: "sandbox list", Meaning: "List developer sandboxes"},
4646
{Command: "sandbox list --filter active", Meaning: "List active sandboxes only"},
4747
}),
4848
PreRunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)