summaryrefslogtreecommitdiff
path: root/std/manual.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/manual.md')
-rw-r--r--std/manual.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/manual.md b/std/manual.md
index a92e45c26..a654cfd8f 100644
--- a/std/manual.md
+++ b/std/manual.md
@@ -394,7 +394,6 @@ const p = Deno.run({
"run",
"--allow-read",
"https://deno.land/std/examples/cat.ts",
- "--",
...fileNames
],
stdout: "piped",