diff --git a/cli/flags.rs b/cli/flags.rs index c5742af6fd..6a51236c50 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 -", ) }