From 0ae7c5d83694c870388a71cec4618861605fe8e8 Mon Sep 17 00:00:00 2001 From: "Y.Horie" Date: Sun, 19 Jul 2020 02:16:35 +0900 Subject: [PATCH] Fix if description (#2204) (#2213) --- crates/nu-cli/src/commands/if_.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/src/commands/if_.rs b/crates/nu-cli/src/commands/if_.rs index 0dc2eff9ce..44acc6a953 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(