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