Skip to content

Commit 2e78aa2

Browse files
committed
Added groups to usage
1 parent 7b59af1 commit 2e78aa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli-index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ if (argv.h) {
1919
"Options: \n" +
2020
"-e, --exact Find an exact match \n" +
2121
"-d, --declared Find a DOI with a 'doi:' prefix\n" +
22-
"-m, --match Find all matches within the given string");
22+
"-m, --match Find all matches within the given string\n" +
23+
"-g, --groups Find matches with groupings for extra suffixes")
2324
process.exit(-1)
2425
}
2526

0 commit comments

Comments
 (0)