diff options
author | 迷渡 <justjavac@gmail.com> | 2019-04-13 02:50:08 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-12 14:50:08 -0400 |
commit | ea1b0519f58887f0019ead942bf3de4490e7bc11 (patch) | |
tree | bc7c54b0f36858a2da79ba5520be65759925f616 /website | |
parent | 8584d80cfd26111825af5a69fc6ae4c367ad0700 (diff) |
Update `deno -h` output in manual (#2099)
Diffstat (limited to 'website')
-rw-r--r-- | website/manual.md | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/website/manual.md b/website/manual.md index 4a54ea8e2..5f3f740f2 100644 --- a/website/manual.md +++ b/website/manual.md @@ -538,23 +538,24 @@ $ deno -h deno USAGE: - deno_dev [FLAGS] [OPTIONS] [SUBCOMMAND] + deno [FLAGS] [OPTIONS] [SUBCOMMAND] FLAGS: - -A, --allow-all Allow all permissions - --allow-env Allow environment access - --allow-net Allow network access - --allow-read Allow file system read access - --allow-run Allow running subprocesses - --allow-write Allow file system write access - -h, --help Prints help information - -D, --log-debug Log debug output - --no-prompt Do not use prompts - --prefetch Prefetch the dependencies - -r, --reload Reload source code cache (recompile TypeScript) - --types Print runtime TypeScript declarations - --v8-options Print V8 command line options - -v, --version Print the version + -A, --allow-all Allow all permissions + --allow-env Allow environment access + --allow-high-precision Allow high precision time measurement + --allow-net Allow network access + --allow-read Allow file system read access + --allow-run Allow running subprocesses + --allow-write Allow file system write access + -h, --help Prints help information + -D, --log-debug Log debug output + --no-prompt Do not use prompts + --prefetch Prefetch the dependencies + -r, --reload Reload source code cache (recompile TypeScript) + --types Print runtime TypeScript declarations + --v8-options Print V8 command line options + -v, --version Print the version OPTIONS: --v8-flags=<v8-flags> Set V8 command line options |