mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix: remove the typo in the help message (#25962)
This PR fixes: https://github.com/denoland/deno/issues/25274 Remove the extra shorthand -S that attached to the --deny-sys.
This commit is contained in:
parent
c487a86b04
commit
29104384c4
1 changed files with 1 additions and 1 deletions
|
@ -3273,7 +3273,7 @@ fn permission_args(app: Command, requires: Option<&'static str>) -> Command {
|
||||||
<p(245)>--deny-net | --deny-net="localhost:8080,deno.land"</>
|
<p(245)>--deny-net | --deny-net="localhost:8080,deno.land"</>
|
||||||
<g> --deny-env[=<<VARIABLE_NAME>...]</> Deny access to environment variables. Optionally specify inacessible environment variables.
|
<g> --deny-env[=<<VARIABLE_NAME>...]</> Deny access to environment variables. Optionally specify inacessible environment variables.
|
||||||
<p(245)>--deny-env | --deny-env="PORT,HOME,PATH"</>
|
<p(245)>--deny-env | --deny-env="PORT,HOME,PATH"</>
|
||||||
<g>-S, --deny-sys[=<<API_NAME>...]</> Deny access to OS information. Optionally deny specific APIs by function name.
|
<g> --deny-sys[=<<API_NAME>...]</> Deny access to OS information. Optionally deny specific APIs by function name.
|
||||||
<p(245)>--deny-sys | --deny-sys="systemMemoryInfo,osRelease"</>
|
<p(245)>--deny-sys | --deny-sys="systemMemoryInfo,osRelease"</>
|
||||||
<g>--deny-run[=<<PROGRAM_NAME>...]</> Deny running subprocesses. Optionally specify denied runnable program names.
|
<g>--deny-run[=<<PROGRAM_NAME>...]</> Deny running subprocesses. Optionally specify denied runnable program names.
|
||||||
<p(245)>--deny-run | --deny-run="whoami,ps"</>
|
<p(245)>--deny-run | --deny-run="whoami,ps"</>
|
||||||
|
|
Loading…
Reference in a new issue