Skip to content

Commit 07cec4d

Browse files
committed
Update help output and readme
1 parent 52d83de commit 07cec4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Options:
6767
-V, --version output the version number
6868
-t, --threshold <number> number of nodes (default: 30)
6969
-m, --min-instances <number> min instances for a match (default: 2)
70-
-c, --config path to config file (default: .jsinspectrc)
70+
-c, --config [config] path to config file (default: .jsinspectrc)
7171
-r, --reporter [default|json|pmd] specify the reporter to use
7272
-I, --no-identifiers do not match identifiers
7373
-L, --no-literals do not match literals

bin/jsinspect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ program
2222
.option('-m, --min-instances <number>',
2323
'min instances for a match (default: 2)', parseInt)
2424
.option('-c, --config [config]',
25-
'path to config file [.jsinspectrc]', '.jsinspectrc')
25+
'path to config file (default: .jsinspectrc)', '.jsinspectrc')
2626
.option('-r, --reporter [default|json|pmd]',
2727
'specify the reporter to use')
2828
.option('-I, --no-identifiers', 'do not match identifiers')

0 commit comments

Comments
 (0)