From 605137adbda9fea0f8844599c61cb9a0f19cc371 Mon Sep 17 00:00:00 2001 From: Yoli Hodde Date: Tue, 19 Nov 2024 16:17:30 -0800 Subject: [PATCH] Update src/bin/vip-search-replace.js Co-authored-by: Terri Ann Swallow --- 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 436023206..5ab1a1733 100755 --- a/src/bin/vip-search-replace.js +++ b/src/bin/vip-search-replace.js @@ -44,7 +44,7 @@ command( { ) .option( 'output', - 'Clone the local input file and overwrite the clone with the results of the search and replace operation. Accepts a local file path. Overridden by --in-place if both options are run in the same command.' + 'The local file path used to save a copy of the results from the search and replace operation. Ignored when used with the --in-place option.' ) .examples( examples ) .argv( process.argv, async ( arg, opt ) => {