Skip to content

Commit 71c6f3c

Browse files
committed
chore: revise cli long description
1 parent fe90245 commit 71c6f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/root/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) *cobra.Command {
2121
cmd := &cobra.Command{
2222
Use: "instill <command> <subcommand> [flags]",
2323
Short: "Instill CLI",
24-
Long: `Use Instill Pipeline from the command line.`,
24+
Long: `Access Instill services from the command line.`,
2525

2626
SilenceErrors: true,
2727
SilenceUsage: true,

0 commit comments

Comments
 (0)