Skip to content

Commit

Permalink
chore: revise cli long description
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Dec 10, 2021
1 parent fe90245 commit 71c6f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) *cobra.Command {
cmd := &cobra.Command{
Use: "instill <command> <subcommand> [flags]",
Short: "Instill CLI",
Long: `Use Instill Pipeline from the command line.`,
Long: `Access Instill services from the command line.`,

SilenceErrors: true,
SilenceUsage: true,
Expand Down

0 comments on commit 71c6f3c

Please sign in to comment.