aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/globoff.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/globoff.d')
-rw-r--r--docs/cmdline-opts/globoff.d15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/cmdline-opts/globoff.d b/docs/cmdline-opts/globoff.d
deleted file mode 100644
index 53bed6ec8..000000000
--- a/docs/cmdline-opts/globoff.d
+++ /dev/null
@@ -1,15 +0,0 @@
-c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
-SPDX-License-Identifier: curl
-Long: globoff
-Short: g
-Help: Disable URL sequences and ranges using {} and []
-Category: curl
-Example: -g "https://example.com/{[]}}}}"
-Added: 7.6
-See-also: config disable
-Multi: boolean
----
-This option switches off the "URL globbing parser". When you set this option,
-you can specify URLs that contain the letters {}[] without having curl itself
-interpret them. Note that these letters are not normal legal URL contents but
-they should be encoded according to the URI standard.