Fix invalid shorthand flag (#1384)

This commit is contained in:
Corvus Corax 2020-02-13 09:47:34 -06:00 committed by GitHub
parent 0961da406d
commit 96985aa692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",