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
This commit is contained in:
Marvin Hagemeister 2024-10-18 13:12:34 +02:00 committed by GitHub
parent 3ae10a01e0
commit c77c9b2958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1178,7 +1178,7 @@ static DENO_HELP: &str = cstr!(
<y>Dependency management:</> <y>Dependency management:</>
<g>add</> Add dependencies <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>install</> Install script as an executable
<g>uninstall</> Uninstall a script previously installed with deno install <g>uninstall</> Uninstall a script previously installed with deno install
<g>remove</> Remove dependencies from the configuration file <g>remove</> Remove dependencies from the configuration file