summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/output.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/output.d')
-rw-r--r--docs/cmdline-opts/output.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/output.d b/docs/cmdline-opts/output.d
index b0fe10230..15ddd525a 100644
--- a/docs/cmdline-opts/output.d
+++ b/docs/cmdline-opts/output.d
@@ -27,7 +27,7 @@ this:
curl -o aa example.com -o bb example.net
-and the order of the -o options and the URLs doesn't matter, just that the
+and the order of the -o options and the URLs does not matter, just that the
first -o is for the first URL and so on, so the above command line can also be
written as