From 32650aa891f43416f051e0d4cece53060aa2a3e2 Mon Sep 17 00:00:00 2001 From: Elon Volo Date: Tue, 17 Oct 2023 09:14:06 -0400 Subject: [PATCH] Improving grammar on --gitignore flag's help entry. --- bin/jscodeshift.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jscodeshift.js b/bin/jscodeshift.js index 8ae448a8..dd1501be 100755 --- a/bin/jscodeshift.js +++ b/bin/jscodeshift.js @@ -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,