From 96985aa6925577c499853359e5fd4543ea9e1b30 Mon Sep 17 00:00:00 2001 From: Corvus Corax Date: Thu, 13 Feb 2020 09:47:34 -0600 Subject: [PATCH] Fix invalid shorthand flag (#1384) --- src/commands/pivot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",