summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/path-as-is.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/path-as-is.d')
-rw-r--r--docs/cmdline-opts/path-as-is.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/path-as-is.d b/docs/cmdline-opts/path-as-is.d
index 0bfaf6639..fb87def94 100644
--- a/docs/cmdline-opts/path-as-is.d
+++ b/docs/cmdline-opts/path-as-is.d
@@ -2,6 +2,7 @@ Long: path-as-is
Help: Do not squash .. sequences in URL path
Added: 7.42.0
Category: curl
+Example: --path-as-is https://example.com/../../etc/passwd
---
Tell curl to not handle sequences of /../ or /./ in the given URL
path. Normally curl will squash or merge them according to standards but with