Skip to content

Commit

Permalink
Update src/bin/vip-search-replace.js
Browse files Browse the repository at this point in the history
Co-authored-by: Terri Ann Swallow <[email protected]>
  • Loading branch information
yolih and terriann authored Nov 20, 2024
1 parent 7b7657d commit 605137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/vip-search-replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) => {
Expand Down

0 comments on commit 605137a

Please sign in to comment.