diff --git a/src/commands/pivot.rs b/src/commands/pivot.rs index 55f8078e02..8ba557de3f 100644 --- a/src/commands/pivot.rs +++ b/src/commands/pivot.rs @@ -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",