mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:03:31 +03:00
cmdline-docs: more options converted and fixed
Now all options are in the new system.
This commit is contained in:
parent
ac85f332f1
commit
a387d881ec
51 changed files with 625 additions and 31 deletions
11
docs/cmdline-opts/trace.d
Normal file
11
docs/cmdline-opts/trace.d
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Long: trace
|
||||
Arg: <file>
|
||||
Help: Write a debug trace to FILE
|
||||
Mutexed: verbose trace-ascii
|
||||
---
|
||||
Enables a full trace dump of all incoming and outgoing data, including
|
||||
descriptive information, to the given output file. Use "-" as filename to have
|
||||
the output sent to stdout. Use "%" as filename to have the output sent to
|
||||
stderr.
|
||||
|
||||
If this option is used several times, the last one will be used.
|
||||
Loading…
Add table
Add a link
Reference in a new issue