From 29104384c4cb5aab082749382802560907ebec42 Mon Sep 17 00:00:00 2001 From: MujahedSafaa <168719085+MujahedSafaa@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:24:12 +0300 Subject: [PATCH] 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. --- cli/args/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 25634f3844..6caef29d9f 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -3273,7 +3273,7 @@ fn permission_args(app: Command, requires: Option<&'static str>) -> Command {
--deny-net | --deny-net="localhost:8080,deno.land">
--deny-env | --deny-env="PORT,HOME,PATH">
- --deny-sys | --deny-sys="systemMemoryInfo,osRelease">
--deny-run | --deny-run="whoami,ps">