summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index e1ae09ebb..fa632513a 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -106,7 +106,7 @@ would be made unless --reload is specified.
# Downloads all dependencies
deno fetch https://deno.land/std/http/file_server.ts
# Once cached, static imports no longer send network requests
- deno https://deno.land/std/http/file_server.ts
+ deno run -A https://deno.land/std/http/file_server.ts
",
).arg(Arg::with_name("file").takes_value(true).required(true)),
).subcommand(