Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
fix(cli-docs): replace GraphQL reference (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyendu Singh authored and timsuchanek committed Mar 5, 2019
1 parent a724a3e commit 266298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/prisma-cli-engine/src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class Help extends Command {
offset: number = 1,
) {
const color = this.out.color
this.out.log(`\nGraphQL Database Gateway (${chalk.underline(
this.out.log(`\nPrisma replaces traditional ORMs (${chalk.underline(
'https://www.prisma.io',
)})
Expand Down

0 comments on commit 266298d

Please sign in to comment.