diff --git a/crates/nu-cli/src/commands/if_.rs b/crates/nu-cli/src/commands/if_.rs index 0dc2eff9c..44acc6a95 100644 --- a/crates/nu-cli/src/commands/if_.rs +++ b/crates/nu-cli/src/commands/if_.rs @@ -41,7 +41,7 @@ impl WholeStreamCommand for If { } fn usage(&self) -> &str { - "Filter table to match the condition." + "Run blocks if a condition is true or false." } async fn run(