Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 14, 2024
1 parent 411887f commit 8a11222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/support/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -1076,11 +1076,11 @@ export function parseCommandLine() {
.option('requestheader', {
alias: 'r',
describe:
'Request header that will be added to the request. Add multiple instances to add multiple request headers. Works for Firefox and Chrome. Use the following format key:value'
'Request header that will be added to the request. Add multiple instances to add multiple request headers. Works for Edge and Chrome. Use the following format key:value'
})
.option('cookie', {
describe:
'Cookie that will be added to the request. Add multiple instances to add multiple request cookies. Works for Chrome and Edge. Use the following format cookieName=cookieValue'
'Cookie that will be added to the request. Add multiple instances to add multiple request cookies. Works for Firefox, Chrome and Edge. Use the following format cookieName=cookieValue'
})
.option('injectJs', {
describe:
Expand Down

0 comments on commit 8a11222

Please sign in to comment.