Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: vip search-replace help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmoodak committed Oct 16, 2024
1 parent 49f9afc commit 1744963
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 @@ -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 ) => {
Expand Down

0 comments on commit 1744963

Please sign in to comment.