summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/flags.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index 745aa7013..295bdb317 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -880,9 +880,9 @@ https://deno.land/manual/getting_started/setup_your_environment#editors-and-ides
fn lint_subcommand<'a, 'b>() -> App<'a, 'b> {
SubCommand::with_name("lint")
- .about("UNSTABLE: Lint source files")
+ .about("Lint source files")
.long_about(
- "UNSTABLE: Lint JavaScript/TypeScript source code.
+ "Lint JavaScript/TypeScript source code.
deno lint
deno lint myfile1.ts myfile2.js