0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00

fixed a typo on the cli

This commit is contained in:
Connor Didericksen 2024-10-29 12:53:02 -06:00
parent a69224ea5b
commit e4f23dc956
2 changed files with 2 additions and 2 deletions

View file

@ -1191,7 +1191,7 @@ static DENO_HELP: &str = cstr!(
<g>compile</> Compile the script into a self contained executable <g>compile</> Compile the script into a self contained executable
<p(245)>deno compile main.ts | deno compile --target=x86_64-unknown-linux-gnu</> <p(245)>deno compile main.ts | deno compile --target=x86_64-unknown-linux-gnu</>
<g>coverage</> Print coverage reports <g>coverage</> Print coverage reports
<g>doc</> Genereate and show documentation for a module or built-ins <g>doc</> Generate and show documentation for a module or built-ins
<p(245)>deno doc | deno doc --json | deno doc --html mod.ts</> <p(245)>deno doc | deno doc --json | deno doc --html mod.ts</>
<g>fmt</> Format source files <g>fmt</> Format source files
<p(245)>deno fmt | deno fmt main.ts</> <p(245)>deno fmt | deno fmt main.ts</>

View file

@ -24,7 +24,7 @@ fn help_output() {
"Type-check the dependencies", "Type-check the dependencies",
"Compile the script into a self contained executable", "Compile the script into a self contained executable",
"Print coverage reports", "Print coverage reports",
"Genereate and show documentation for a module or built-ins", "Generate and show documentation for a module or built-ins",
"Format source files", "Format source files",
"Show info about cache or info related to source file", "Show info about cache or info related to source file",
"Deno kernel for Jupyter notebooks", "Deno kernel for Jupyter notebooks",