diff options
author | Satya Rohith <me@satyarohith.com> | 2021-09-16 11:55:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 11:55:06 +0530 |
commit | 3c97dbf06bc26fc79f0f58a360ef821f75ba82e9 (patch) | |
tree | c4424dece709637ed6a078cd249a7b1f5c5f18ec /cli/flags.rs | |
parent | ccb3387946b084666e9b22abca6aaaaa9131da5b (diff) |
chore: update tagline (#12095)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 1b0aab1cf..208bfdca8 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -364,7 +364,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: NO_PROXY Comma-separated list of hosts which do not use a proxy (module downloads, fetch)"#; -static DENO_HELP: &str = "A secure JavaScript and TypeScript runtime +static DENO_HELP: &str = "A modern JavaScript and TypeScript runtime Docs: https://deno.land/manual Modules: https://deno.land/std/ https://deno.land/x/ |