mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
fix(cli): fmt command help message (#9280)
This commit is contained in:
parent
40fc5f55ea
commit
43f4a23f89
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ fn fmt_subcommand<'a, 'b>() -> App<'a, 'b> {
|
|||
SubCommand::with_name("fmt")
|
||||
.about("Format source files")
|
||||
.long_about(
|
||||
"Auto-format JavaScript/TypeScript source code.
|
||||
"Auto-format JavaScript, TypeScript and Markdown files.
|
||||
deno fmt
|
||||
deno fmt myfile1.ts myfile2.ts
|
||||
deno fmt --check
|
||||
|
|
Loading…
Reference in a new issue