mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +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> {
|
fn examples(&self) -> Vec<Example> {
|
||||||
vec![
|
vec![
|
||||||
Example {
|
Example {
|
||||||
description: "Return the width height of the terminal as W H",
|
description: "Return the width height of the terminal",
|
||||||
example: "term size",
|
example: "term size",
|
||||||
result: None,
|
result: None,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user