From 174496398562a063adf9439db0b273cfcd81b5bd Mon Sep 17 00:00:00 2001 From: Mehmood Ahmad <31419912+mehmoodak@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:20:39 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20vip=20search-replace?= =?UTF-8?q?=20help=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/vip-search-replace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/vip-search-replace.js b/src/bin/vip-search-replace.js index b92e8623a..572e24e7b 100755 --- a/src/bin/vip-search-replace.js +++ b/src/bin/vip-search-replace.js @@ -38,7 +38,7 @@ command( { .option( 'in-place', 'Perform the search and replace explicitly on the input file' ) .option( 'output', - 'Specify the replacement output file for Search and Replace (defaults to "process.stdout")' + 'Specify the replacement output file for Search and Replace. Defaults to STDOUT.' ) .examples( examples ) .argv( process.argv, async ( arg, opt ) => {