]> granicus.if.org Git - curl/commitdiff
next.d: --trace and --trace-ascii are also global
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jan 2017 14:34:01 +0000 (15:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jan 2017 14:34:01 +0000 (15:34 +0100)
docs/cmdline-opts/next.d

index f368c1b7dfa2eac0169c74e16d878f268b52b3d1..1d1e70a35c9b90f65047ba1f7af3d11e41f6af55 100644 (file)
@@ -13,7 +13,7 @@ for each.
 
 --next will reset all local options and only global ones will have their
 values survive over to the operation following the --next instruction. Global
-options include --verbose and --fail-early.
+options include --verbose, --trace, --trace-ascii and --fail-early.
 
 For example, you can do both a GET and a POST in a single command line: