1
0
Fork 0
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:
akfm 2021-01-27 05:01:10 +09:00 committed by GitHub
parent 40fc5f55ea
commit 43f4a23f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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