summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index c5742af6f..6a51236c5 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -977,7 +977,7 @@ Grant permission to read allow-listed files from disk:
Deno allows specifying the filename '-' to read the file from stdin.
- curl https://deno.land/std/examples/welcome.ts | target/debug/deno run -",
+ curl https://deno.land/std/examples/welcome.ts | deno run -",
)
}