Skip to content

Commit

Permalink
feat(repeater): deprecate 'experimental-connection-reuse'; add 'ntlm'
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoose79 committed Nov 20, 2023
1 parent ad6a9e6 commit 317fde5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/RunRepeater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ export class RunRepeater implements CommandModule {
alias: 'ntlm',
deprecate: 'Use --ntlm instead',
boolean: true,
describe: 'Configure experimental support for TCP connections reuse',
deprecate: 'Use --ntlm instead'
describe: 'Configure experimental support for TCP connections reuse'
})
.option('ntlm', {
boolean: true,
Expand Down

0 comments on commit 317fde5

Please sign in to comment.