diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-14 15:23:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 15:23:56 -0400 |
commit | a00fa7056bb6493e3ca010afc4335f099dac0807 (patch) | |
tree | cd2ecd9e3df5a36b5c01dcd5a5358b35c08a1245 /cli | |
parent | 160a815767fc25b0439e57ef13a1082dfb05dc99 (diff) |
Fix command in docs (#2353)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/flags.rs | 2 |
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( |