Skip to content

Commit

Permalink
fix help text for --load-biblio CLI flag (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Dec 7, 2023
1 parent 08aa4a7 commit 4510c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const options = [
lazyMultiple: true,
typeLabel: '{underline path}',
description:
'An external biblio.json to load; either a path prefixed with "." or "./", or package name, of an installed eslint compatible formatter',
'An external biblio.json to load; either a path prefixed with "." or "./", or a package name of an installed package that exports a biblio',
},
{
name: 'write-biblio',
Expand Down

0 comments on commit 4510c82

Please sign in to comment.