From e6b4e59c0f4be6e3cb09260e03975612f4b78749 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:40:52 -0500 Subject: [PATCH] update ide-check help text (#9559) # Description Updates `--ide-check` help ## Before run a diagnostic check on the given source ## After run a diagnostic check on the given source and limit number of errors returned to provided number # User-Facing Changes # Tests + Formatting # After Submitting --- src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.rs b/src/command.rs index b0fd29bca0..a53565ef69 100644 --- a/src/command.rs +++ b/src/command.rs @@ -319,7 +319,7 @@ impl Command for Nu { .named( "ide-check", SyntaxShape::Int, - "run a diagnostic check on the given source", + "run a diagnostic check on the given source and limit number of errors returned to provided number", None, ) .switch("ide-ast", "generate the ast on the given source", None);