aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/next.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-01-13 15:34:01 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-01-13 15:34:01 +0100
commitac548bbaab1b8a4a1a5107a61f1592d17e837fa8 (patch)
treeefa8dc07cc2fd8219a2fd8f89e93ad0df75c28f6 /docs/cmdline-opts/next.d
parenta301cbb655ed0f5693e1e15068174919e6e94e98 (diff)
next.d: --trace and --trace-ascii are also global
Diffstat (limited to 'docs/cmdline-opts/next.d')
-rw-r--r--docs/cmdline-opts/next.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/next.d b/docs/cmdline-opts/next.d
index f368c1b7d..1d1e70a35 100644
--- a/docs/cmdline-opts/next.d
+++ b/docs/cmdline-opts/next.d
@@ -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: