diff options
author | ztplz <mysticzt@gmail.com> | 2019-05-24 19:36:50 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-24 14:36:50 +0300 |
commit | 86684799c4b98a61c5845a7ef1d2e743b0e4851e (patch) | |
tree | fc4a83707ef48ba07258489272e213e03350d574 | |
parent | ccdab617081b8f12e6c4a498ef4b387f8c5cc772 (diff) |
typo (#2366)
-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 2761294fd..cbba4c957 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -193,7 +193,7 @@ ability to spawn subprocesses. # run program with permission to read from disk and listen to network deno run --allow-net --allow-read https://deno.land/std/http/file_server.ts - # run program with permission to read whitelist files from disk and listen to nework + # run program with permission to read whitelist files from disk and listen to network deno run --allow-net --allow-read=$(pwd) https://deno.land/std/http/file_server.ts # run program with all permissions |