change help text (#3054)

This commit is contained in:
Darren Schroeder 2021-02-13 13:20:34 -06:00 committed by GitHub
parent 011b7c4a07
commit 991ac6eb77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}, },