Skip to content

Commit

Permalink
add re example
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Aug 6, 2018
1 parent 8c1b207 commit 4e6686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mongodb-fixtures.js
Expand Up @@ -31,7 +31,7 @@ program
.option('-n --ssl_novalidate', 'use SSL with no verification', false)
.option('-c --ssl_ca <path/to/cert>', 'path to cert', false)
.option('-p --path <path>', 'resource path. Default ./' + DEFAULT_PATH, false)
.option('-f --filter <pattern>', 'regex pattern to filter fixture names', false)
.option('-f --filter <pattern>', 'regex pattern to filter fixture names e.g. \'.*people\'', false)
.option('-b --verbose', 'verbose logs', false);

program.parse(process.argv);
Expand Down

0 comments on commit 4e6686f

Please sign in to comment.