diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-28 16:05:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 16:05:41 -0400 |
commit | c25e262b04c15d4de7107cc131de467882e7dcec (patch) | |
tree | a5e2fd2ba73f9f8881d0ea9166c36958747b6f49 /website/manual.md | |
parent | 51abcd614731bdb47a79f9f0c0fed81ddb7a474a (diff) |
Merge the --recompile and --reload flags (#2003)
Diffstat (limited to 'website/manual.md')
-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 a6675729f..f665d192d 100644 --- a/website/manual.md +++ b/website/manual.md @@ -531,7 +531,7 @@ Options: --allow-env Allow environment access --allow-run Allow running subprocesses -A, --allow-all Allow all permissions - --recompile Force recompilation of TypeScript code + --no-prompt Do not use prompts -h, --help Print this message -D, --log-debug Log debug output -v, --version Print the version |