diff --git a/crates/nu-command/src/commands/termsize.rs b/crates/nu-command/src/commands/termsize.rs index aac327204..4c04d78ab 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, },