mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
48f54264c4
- Remove the rendered manpage message that says: "[--trace-config] is mutually exclusive to --trace and -v, --verbose". Actually it can be used with either of those options, which are mutually exclusive to each other but not to --trace-config. Ref: https://curl.se/docs/manpage.html#--trace-config Closes https://github.com/curl/curl/pull/13031
706 B
706 B
c | SPDX-License-Identifier | Long | Arg | Help | Category | Added | Multi | Scope | See-also | Example | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | trace-config | <string> | Details to log in trace/verbose output | verbose | 8.3.0 | append | global |
|
|
--trace-config
Set configuration for trace output. A comma-separated list of components where detailed output can be made available from. Names are case-insensitive. Specify 'all' to enable all trace components.
In addition to trace component names, specify ids
and time
to avoid extra
--trace-ids or --trace-time parameters.
See the curl_global_trace(3) man page for more details.