diff options
author | 迷渡 <justjavac@gmail.com> | 2019-04-01 23:01:58 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-01 11:01:58 -0400 |
commit | c855d0edd2ef5098b806ac6368eb7b0a85d0d0c9 (patch) | |
tree | de5ee1f0ab31880374c6484bfb88512d88b644f4 | |
parent | ff1c80d6d896a3c1cb45d767a6c667ce99eb000b (diff) |
Update `deno -h` output in manual (#2030)
-rw-r--r-- | website/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/manual.md b/website/manual.md index 738d84185..9d809f72e 100644 --- a/website/manual.md +++ b/website/manual.md @@ -540,7 +540,7 @@ Options: -h, --help Print this message -D, --log-debug Log debug output -v, --version Print the version - -r, --reload Reload cached remote resources + -r, --reload Reload source code cache (recompile TypeScript) --v8-options Print V8 command line options --types Print runtime TypeScript declarations --prefetch Prefetch the dependencies |