We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b59af1 commit 2e78aa2Copy full SHA for 2e78aa2
cli-index.js
@@ -19,7 +19,8 @@ if (argv.h) {
19
"Options: \n" +
20
"-e, --exact Find an exact match \n" +
21
"-d, --declared Find a DOI with a 'doi:' prefix\n" +
22
- "-m, --match Find all matches within the given string");
+ "-m, --match Find all matches within the given string\n" +
23
+ "-g, --groups Find matches with groupings for extra suffixes")
24
process.exit(-1)
25
}
26
0 commit comments