mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
fixed typo in help text (#3216)
This commit is contained in:
parent
28e08afada
commit
b243b3ee1d
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user