summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/url.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/url.d')
-rw-r--r--docs/cmdline-opts/url.d5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cmdline-opts/url.d b/docs/cmdline-opts/url.d
index 30f0bf72e..ed1598a3c 100644
--- a/docs/cmdline-opts/url.d
+++ b/docs/cmdline-opts/url.d
@@ -2,6 +2,7 @@ Long: url
Arg: <url>
Help: URL to work with
Category: curl
+Example: --url $URL
---
Specify a URL to fetch. This option is mostly handy when you want to specify
URL(s) in a config file.
@@ -15,5 +16,5 @@ setting a default protocol, see --proto-default for details.
This option may be used any number of times. To control where this URL is
written, use the --output or the --remote-name options.
-Warning: On Windows, particular file:// accesses can be converted to network
-accesses by the operating system. Beware!
+**WARNING**: On Windows, particular file:// accesses can be converted to
+network accesses by the operating system. Beware!