Skip to content

Commit

Permalink
Improving grammar on --gitignore flag's help entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonVolo authored and ilanvolow committed Oct 17, 2023
1 parent 44d4502 commit 32650aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jscodeshift.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const parser = require('../src/argsParser')
display_index: 8,
flag: true,
default: false,
help: 'adds entries the current directory\'s .gitignore file',
help: 'ignore files matching patterns specified in current directory\'s .gitignore file',
},
runInBand: {
display_index: 12,
Expand Down

0 comments on commit 32650aa

Please sign in to comment.