Skip to content

Commit

Permalink
attack: better wording of session-tickets description
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Senart <tsenart@gmail.com>
  • Loading branch information
tsenart committed Jul 16, 2023
1 parent a1f293f commit b2c13f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attack.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func attackCmd() command {
fs.BoolVar(&opts.keepalive, "keepalive", true, "Use persistent connections")
fs.StringVar(&opts.unixSocket, "unix-socket", "", "Connect over a unix socket. This overrides the host address in target URLs")
fs.Var(&dnsTTLFlag{&opts.dnsTTL}, "dns-ttl", "Cache DNS lookups for the given duration [-1 = disabled, 0 = forever]")
fs.BoolVar(&opts.sessionTickets, "session-tickets", false, "Support TLS session resumption using session tickets")
fs.BoolVar(&opts.sessionTickets, "session-tickets", false, "Enable TLS session resumption using session tickets")
systemSpecificFlags(fs, opts)

return command{fs, func(args []string) error {
Expand Down

0 comments on commit b2c13f8

Please sign in to comment.