diff options
Diffstat (limited to 'std/manual.md')
-rw-r--r-- | std/manual.md | 1 |
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", |