Skip to content

Commit 1ffef7c

Browse files
Update cmd/blocks/blocks.go
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 87fa6d3 commit 1ffef7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/blocks/blocks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var aiAgentFunc = useragent.GetAIAgent
2727
func NewCommand(clients *shared.ClientFactory) *cobra.Command {
2828
cmd := &cobra.Command{
2929
Use: "blocks <subcommand> [flags]",
30-
Short: "Work with Block Kit blocks",
30+
Short: "Build with Block Kit",
3131
Long: "Work with Block Kit blocks, such as previewing them in the Block Kit Builder.",
3232
Hidden: aiAgentFunc() == nil,
3333
Example: style.ExampleCommandsf([]style.ExampleCommand{

0 commit comments

Comments
 (0)