Skip to content

Commit

Permalink
Disclaimer edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed May 8, 2023
1 parent 297883e commit 79af590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cmd/suggest.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ func branchCmd() *cobra.Command {
Remember to wrap the DESCRIPTION in double quotes as otherwise
it will be interpreted as multiple arguments.
NB: This uses AI, so the suggestions may be biased, wrong, or just
bad. Please use with discretion.
Disclaimer: This uses AI, so the suggestions may be biased, wrong,
or just bad. Please use with discretion.
`,
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 79af590

Please sign in to comment.