Skip to content

Commit

Permalink
fix: use correct arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcarnival committed May 23, 2024
1 parent 51eac56 commit c400435
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/prisma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ const completionSpec: Fig.Spec = {
description: "Enable the Data Proxy in the Prisma Client",
},
{
name: "--no-hints",
description: "Hides the hint messages but still outputs errors and warnings",
name: "--no-hint",
description:
"Hides the hint messages but still outputs errors and warnings",
},
{
name: "--no-engine",
Expand Down

0 comments on commit c400435

Please sign in to comment.