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);