Skip to content

Commit

Permalink
database -> defaultSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 13, 2023
1 parent 34a52a1 commit d4fea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/dataSourceParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const parser = new Parser([
type: String,
},
{
name: 'database',
name: 'defaultSchema',
param: ['-D', '--database'],
type: String,
},
Expand Down

0 comments on commit d4fea62

Please sign in to comment.