summaryrefslogtreecommitdiff
path: root/cli/args
diff options
context:
space:
mode:
authorMarvin Hagemeister <marvin@deno.com>2024-10-18 13:12:34 +0200
committerGitHub <noreply@github.com>2024-10-18 13:12:34 +0200
commitc77c9b29581b76e00caa56f654ba4326d297f355 (patch)
tree20064d60b688b8e9d285a9e71babb6cd65f679b8 /cli/args
parent3ae10a01e0c8b9c425276a33b98f661c1473cd59 (diff)
fix(help): missing package specifier (#26380)
Was notified of one more occurance where we were missing an explicit specifier for a `deno add` call. See https://github.com/denoland/deno/issues/26295#issuecomment-2421637401
Diffstat (limited to 'cli/args')
-rw-r--r--cli/args/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index b92e5dd94..cb3d55e50 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -1178,7 +1178,7 @@ static DENO_HELP: &str = cstr!(
<y>Dependency management:</>
<g>add</> Add dependencies
- <p(245)>deno add @std/assert | deno add npm:express</>
+ <p(245)>deno add jsr:@std/assert | deno add npm:express</>
<g>install</> Install script as an executable
<g>uninstall</> Uninstall a script previously installed with deno install
<g>remove</> Remove dependencies from the configuration file