docs: add categories to all cmdline opts

Adapted gen.pl with 'listcats'

This commit is a part of "--help me if you can"

Closes #5680
This commit is contained in:
Emil Engler 2020-07-13 14:15:04 +02:00 committed by Daniel Stenberg
parent df0282a82b
commit 5dddc1dc7e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
235 changed files with 289 additions and 6 deletions

View file

@ -1,6 +1,7 @@
Long: proxy-digest
Help: Use Digest authentication on the proxy
See-also: proxy proxy-anyauth proxy-basic
Category: proxy tls
---
Tells curl to use HTTP Digest authentication when communicating with the given
proxy. Use --digest for enabling HTTP Digest with a remote host.