mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 01:24:38 +01:00
change help text (#3054)
This commit is contained in:
parent
011b7c4a07
commit
991ac6eb77
@ -56,7 +56,7 @@ impl WholeStreamCommand for TermSize {
|
||||
fn examples(&self) -> Vec<Example> {
|
||||
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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user