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

View File

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