fixed typo in help text (#3216)

This commit is contained in:
Mark Volkmann 2021-03-26 08:11:41 -05:00 committed by GitHub
parent 28e08afada
commit b243b3ee1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ impl WholeStreamCommand for Headers {
fn examples(&self) -> Vec<Example> {
vec![
Example {
description: "Create headers for a raw string",
description: "Create headers from a raw string",
example: r#"echo "a b c|1 2 3" | split row "|" | split column " " | headers"#,
result: None,
},