mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
Fix invalid shorthand flag (#1384)
This commit is contained in:
parent
0961da406d
commit
96985aa692
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ impl WholeStreamCommand for Pivot {
|
|||
.switch(
|
||||
"header-row",
|
||||
"treat the first row as column names",
|
||||
Some('h'),
|
||||
Some('r'),
|
||||
)
|
||||
.switch(
|
||||
"ignore-titles",
|
||||
|
|
Loading…
Reference in a new issue