mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 21:50:00 -05:00
nit: add missing dot when printing help
This commit is contained in:
parent
00597ffde1
commit
0be9d1ff0e
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ pub fn set_flags(
|
|||
opts.optflag("", "allow-net", "Allow network access.");
|
||||
opts.optflag("", "allow-env", "Allow environment access.");
|
||||
opts.optflag("", "allow-run", "Allow running subprocesses.");
|
||||
opts.optflag("A", "allow-all", "Allow all permissions");
|
||||
opts.optflag("A", "allow-all", "Allow all permissions.");
|
||||
opts.optflag("", "recompile", "Force recompilation of TypeScript code.");
|
||||
opts.optflag("h", "help", "Print this message.");
|
||||
opts.optflag("D", "log-debug", "Log debug output.");
|
||||
|
|
Loading…
Add table
Reference in a new issue