From 991ac6eb775e9a7330ad3f3a07ff7a01bc7a6be8 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Sat, 13 Feb 2021 13:20:34 -0600 Subject: [PATCH] change help text (#3054) --- crates/nu-command/src/commands/termsize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/commands/termsize.rs b/crates/nu-command/src/commands/termsize.rs index aac327204a..4c04d78ab8 100644 --- a/crates/nu-command/src/commands/termsize.rs +++ b/crates/nu-command/src/commands/termsize.rs @@ -56,7 +56,7 @@ impl WholeStreamCommand for TermSize { fn examples(&self) -> Vec { vec![ Example { - description: "Return the width height of the terminal as W H", + description: "Return the width height of the terminal", example: "term size", result: None, },