diff --git a/crates/nu-command/src/filters/transpose.rs b/crates/nu-command/src/filters/transpose.rs index 2ca6958199..c14a134076 100644 --- a/crates/nu-command/src/filters/transpose.rs +++ b/crates/nu-command/src/filters/transpose.rs @@ -25,7 +25,7 @@ impl Command for Transpose { ]) .switch( "header-row", - "treat the first row as column names", + "treat the first column as the header-row (column names)", Some('r'), ) .switch(