From 86684799c4b98a61c5845a7ef1d2e743b0e4851e Mon Sep 17 00:00:00 2001 From: ztplz Date: Fri, 24 May 2019 19:36:50 +0800 Subject: typo (#2366) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3