Skip to content

Commit

Permalink
chore(migrate diff): change exit code help (#12241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Mar 10, 2022
1 parent f392edc commit a3e77fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrate/src/commands/MigrateDiff.ts
Expand Up @@ -35,7 +35,7 @@ ${chalk.italic('Output format:')}
${chalk.bold('Flags')}
--preview-feature Run Preview Prisma commands
--exit-code Change the exit code behaviour when diff is not empty (Empty: 0, Error: 1, Non empty: 2)`,
--exit-code Change the exit code behavior to signal if diff is empty or not (Empty: 0, Error: 1, Not empty: 2)`,
)

export class MigrateDiff implements Command {
Expand Down

0 comments on commit a3e77fe

Please sign in to comment.