diff --git a/crates/nu-command/src/filters/default.rs b/crates/nu-command/src/filters/default.rs index dbe0c3323e..a1ce21148a 100644 --- a/crates/nu-command/src/filters/default.rs +++ b/crates/nu-command/src/filters/default.rs @@ -36,7 +36,7 @@ impl Command for Default { ) .switch( "lazy-once", - "evaluate the closure only once, even for lists (no input)", + "evaluate the closure only once, even for lists (no closure input)", Some('L'), ) .category(Category::Filters)