Fix invalid shorthand flag (#1384)
This commit is contained in:
parent
0961da406d
commit
96985aa692
|
@ -26,7 +26,7 @@ impl WholeStreamCommand for Pivot {
|
||||||
.switch(
|
.switch(
|
||||||
"header-row",
|
"header-row",
|
||||||
"treat the first row as column names",
|
"treat the first row as column names",
|
||||||
Some('h'),
|
Some('r'),
|
||||||
)
|
)
|
||||||
.switch(
|
.switch(
|
||||||
"ignore-titles",
|
"ignore-titles",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user