summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md
index 5056b4f5d..0ba5b0544 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -244,7 +244,7 @@ I/O streams in Deno.
Try the program:
```shellsession
-$ deno https://deno.land/std/examples/cat.ts /etc/passwd
+$ deno --allow-read https://deno.land/std/examples/cat.ts /etc/passwd
```
### TCP echo server