diff options
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 76ad50211..f7c83294c 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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 |