blob: c98619d7d3e25f2d2567b136d2476e27b59ec1ea [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Short: A
2Long: user-agent
3Arg: <name>
4Help: Send User-Agent <name> to server
5Protocols: HTTP
6---
7
8Specify the User-Agent string to send to the HTTP server. To encode blanks in
9the string, surround the string with single quote marks. This can also be set
10with the --header option of course.
11
12If this option is used several times, the last one will be used.